Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / HostField Class / IsReverse Property
Example


In This Topic
IsReverse Property (HostField)
In This Topic
Gets a value indicating 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
Example
HostField host;
bool reverse = host.IsReverse;
See Also