Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / MouseShapeOption Enumeration


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