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


In This Topic
    IsReverse Property (ScreenCharacter)
    In This Topic
    Gets a value that indicates whether the data cell displays in reverse video mode. Note: IScreenDataConstants.ATTR_REVERSE
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReverse As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsReverse
    public bool IsReverse {get;}
    Example
    private ScreenCharacter screen;
                
    bool reverse = screen.IsReverse;
    See Also