Reflection
RulerCursorTypeOption Enumeration


Options for specifying the ruler cursor type.
Syntax
'Declaration
 
Public Enum RulerCursorTypeOption 
   Inherits System.Enum
'Usage
 
Dim instance As RulerCursorTypeOption
public enum RulerCursorTypeOption : System.Enum 
Members
MemberDescription
CrosshairThe ruler cursor is a cross hair.
HorizontalThe ruler cursor is a horizontal line.
VerticalThe ruler cursor is a vertical line.
Inheritance Hierarchy

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

See Also