InfoConnect for Airlines VBA Guide
IsReverse Property (HostField)
Gets a value that indicates whether the data cell is displayed in reverse video mode. Note: IScreenDataConstants.ATTR_REVERSE
Syntax
Object.IsReverse As Boolean
Example
Dim host As HostField
Dim reverse As Boolean = host.IsReverse
See Also