InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / EnableBlink Property


In This Topic
    EnableBlink Property (IUtsTerminal)
    In This Topic
    Gets or sets a value indicating whether to enable blinking when the host sends a character that has a blinking attribute.
    Syntax
    'Declaration
     
    
    Property EnableBlink As Boolean
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim value As Boolean
     
    instance.EnableBlink = value
     
    value = instance.EnableBlink
    bool EnableBlink {get; set;}
    See Also