InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / UpperCaseOnly Property


In This Topic
    UpperCaseOnly Property
    In This Topic
    Gets or sets a value indicating whether to translate lowercase characters that are typed to their uppercase equivalents.
    Syntax
    'Declaration
     
    
    Property UpperCaseOnly As Boolean
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim value As Boolean
     
    instance.UpperCaseOnly = value
     
    value = instance.UpperCaseOnly
    bool UpperCaseOnly {get; set;}
    See Also