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


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