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


In This Topic
IsBlinking Property (HostField)
In This Topic
Gets a value indicating whether the data cell contains blinking text.
Syntax
'Declaration
 
Public ReadOnly Property IsBlinking As Boolean
 
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsBlinking
Example
HostField host;
bool blinking = host.IsBlinking;
See Also