InfoConnect for Unisys
IsReverse Property (ScreenCharacter)
Example 


Gets a value indicating 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