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


In This Topic
    GraphicsCursorShapeOption Enumeration
    In This Topic
    Defines valid values for the shape of the graphics cursor in 3179G terminal sessions.
    Syntax
    'Declaration
     
    
    Public Enum GraphicsCursorShapeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GraphicsCursorShapeOption
    public enum GraphicsCursorShapeOption : System.Enum 
    Members
    MemberDescription
    ColorCrosshairThe cursor is a cross hair that spans the entire display.
    CrossThe cursor is a small, white cross (approximately 20 by 20 pixels).
    InvertedCrosshairThe cursor is a cross hair that spans the entire display and changes color in response to the background to remain visible.
    Inheritance Hierarchy

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

    See Also