InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / ScreenCharacter Class / IsUppercaseField Property
Example


In This Topic
    IsUppercaseField Property (ScreenCharacter)
    In This Topic
    Gets a value that indicates whether the data cell is uppercase. Note: IScreenDataConstants.FIELD_UPPERCASE
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsUppercaseField As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsUppercaseField
    public bool IsUppercaseField {get;}
    Example
    private ScreenCharacter screen;
                
    bool uppercase = screen.IsUppercaseField;
    See Also