InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / EnableLowerCase Property


In This Topic
    EnableLowerCase Property
    In This Topic
    Gets or sets a value indicating whether to allow lowercase characters that are typed to remain in lower case. If set to false, lowercase characters are converted to their uppercase equivalents.
    Syntax
    'Declaration
     
    
    Property EnableLowerCase As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.EnableLowerCase = value
     
    value = instance.EnableLowerCase
    bool EnableLowerCase {get; set;}
    See Also