InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / ScreenCharacter Class / IsBlinking Property
Example


In This Topic
    IsBlinking Property (ScreenCharacter)
    In This Topic
    Gets a value that indicates 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