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


In This Topic
    ColorCursor Property
    In This Topic
    Gets or sets whether the cursor color can be mapped. Not applicable to ANSI terminals.
    Syntax
    'Declaration
     
    
    Property ColorCursor As Boolean
    'Usage
     
    
    Dim instance As IThemeDisplayEnhancements
    Dim value As Boolean
     
    instance.ColorCursor = value
     
    value = instance.ColorCursor
    bool ColorCursor {get; set;}
    See Also