InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / CursorBlinkRateOption Enumeration


In This Topic
    CursorBlinkRateOption Enumeration
    In This Topic
    Defines values that specify the speed at which the cursor blinks in the terminal window.
    Syntax
    'Declaration
     
    
    Public Enum CursorBlinkRateOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CursorBlinkRateOption
    public enum CursorBlinkRateOption : System.Enum 
    Members
    MemberDescription
    FastFast blinking.
    MediumMedium blinking.
    NoBlinkNo blinking.
    SlowSlow blinking.
    SystemSystem default blinking.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.CursorBlinkRateOption

    See Also