Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / cursorType Enumeration

In This Topic
    cursorType Enumeration
    In This Topic
    Cursor types
    Syntax
    'Declaration
     
    Public Enum cursorType 
       Inherits System.Enum
    public enum cursorType : System.Enum 
    Members
    MemberDescription
    AppStarting The cursor that appears when an application starts.
    Arrow The arrow cursor.
    Cross The crosshair cursor.
    Default The default cursor, which is usually an arrow cursor.
    Hand The hand cursor.
    Help The Help cursor, which is a combination of an arrow and a question mark.
    IBeam The I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked.
    No The cursor that indicates that a particular region is invalid for the current operation.
    Pan The cursor that appears when the pan action mode is enabled.
    PanEast The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right.
    PanNE The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the right.
    PanNorth The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.
    PanNW The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the left.
    PanSE The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the right.
    PanSouth The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction.
    PanSW The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the left.
    PanWest The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left.
    Pick The cursor that appears when the selection by pick is enabled.
    Rotate The cursor that appears when the rotate action mode is enabled.
    ScrollE The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right.
    ScrollN The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.
    ScrollNE The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the right.
    ScrollNW The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the left.
    ScrollSE The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the right.
    ScrollSouth The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction.
    ScrollSW The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the left.
    ScrollW The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left.
    SizeAll The four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west.
    SizeNESW The two-headed diagonal (northeast/southwest) sizing cursor.
    SizeNS The two-headed vertical (north/south) sizing cursor.
    SizeNWSE The two-headed diagonal (northwest/southeast) sizing cursor.
    SizeWE The two-headed horizontal (west/east) sizing cursor.
    UpArrow The up arrow cursor, typically used to identify an insertion point.
    Wait The wait cursor, typically an hourglass shape.
    Zoom The cursor that appears when the zoom action mode is enabled.
    ZoomWindow The cursor that appears when the zoom window action mode is enabled.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.cursorType

    See Also