InfoConnect for Unisys
IsReverse Property (HostField)
Example 


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