InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Terminal Object / 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
    expression.EnableLowerCase As Boolean
    where expression is a variable that represents a T27Terminal Object
    See Also