InfoConnect for Unisys
IsBlinking Property (HostField)
Example 


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
public bool IsBlinking {get;}
Example
HostField host;
bool blinking = host.IsBlinking;
See Also