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


In This Topic
    IsReverse Property (HostField)
    In This Topic
    Gets a value that indicates whether the data cell is displayed in reverse video mode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReverse As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsReverse
    public bool IsReverse {get;}
    Example
    HostField host;
    bool reverse = host.IsReverse;
    See Also