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


GraphicsCursorShapeOption Enumeration
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
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