Reflection
MouseShapeOption Enumeration


Defines options that specify the appearance of the mouse pointer in the terminal window.
Syntax
'Declaration
 
Public Enum MouseShapeOption 
   Inherits System.Enum
'Usage
 
Dim instance As MouseShapeOption
public enum MouseShapeOption : System.Enum 
Members
MemberDescription
DefaultArrowThe mouse pointer appears as an arrow.
IBeamThe mouse pointer appears as an I-beam.
RectangularThe mouse pointer appears as a rectangle.
Inheritance Hierarchy

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

See Also