InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreenCharacter Interface / IsReverse Property


In This Topic
    IsReverse Property (IScreenCharacter)
    In This Topic
    Reverse/inverse video attribute is set.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsReverse As Boolean
    'Usage
     
    
    Dim instance As IScreenCharacter
    Dim value As Boolean
     
    value = instance.IsReverse
    bool IsReverse {get;}
    See Also