InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IThemeDisplayEnhancements Interface / EnableBlink Property


In This Topic
    EnableBlink Property (IThemeDisplayEnhancements)
    In This Topic
    Gets or sets whether blinking characters are enabled or not. Not applicable to ANSI terminals.
    Syntax
    'Declaration
     
    
    Property EnableBlink As Boolean
    'Usage
     
    
    Dim instance As IThemeDisplayEnhancements
    Dim value As Boolean
     
    instance.EnableBlink = value
     
    value = instance.EnableBlink
    bool EnableBlink {get; set;}
    See Also