InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / BlinkTime Property


In This Topic
    BlinkTime Property
    In This Topic

    Gets or sets the character blink time in tenths of seconds. The valid range of values is 0 - 50 inclusive.

    Syntax
    'Declaration
     
    
    Property BlinkTime As Integer
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Integer
     
    instance.BlinkTime = value
     
    value = instance.BlinkTime
    int BlinkTime {get; set;}
    See Also