InfoConnect for Unisys
IsBlinking Property (ScreenCharacter)
Example 


Gets a value indicating whether the data cell contains blinking text. Note: IScreenDataconstants.ATTR_BLINK
Syntax
'Declaration
 
Public ReadOnly Property IsBlinking As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsBlinking
public bool IsBlinking {get;}
Example
private ScreenCharacter screen;
            
bool blinking = screen.IsBlinking;
See Also