Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENPredefinedCursor Enumeration


In This Topic
    ENPredefinedCursor Enumeration
    In This Topic
    Enumerates the possible cursor types.
    Syntax
    'Declaration
     
    
    Public Enum ENPredefinedCursor 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPredefinedCursor
    public enum ENPredefinedCursor : System.Enum 
    Members
    MemberDescription
    AppStartingThe cursor that appears when an application starts.
    ArrowThe arrow cursor.
    CrossThe crosshair cursor.
    HandThe hand cursor, typically used when hovering over a Web link.
    HelpThe Help cursor, which is a combination of an arrow and a question mark.
    HSplitThe cursor that appears when the mouse is positioned over a horizontal splitter bar.
    IBeamThe I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked.
    NoThe cursor that indicates that a particular region is invalid for the current operation.
    NoMove2DThe cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in both a horizontal and vertical direction.
    NoMoveHThe cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a horizontal direction.
    NoMoveVThe cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a vertical direction.
    PanAllThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically.
    PanEastThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right.
    PanNorthThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.
    PanNorthEastThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the right.
    PanNorthWestThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the left.
    PanSouthThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction.
    PanSouthEastThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the right.
    PanSouthWestThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the left.
    PanWestThe cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left.
    SizeAllThe four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west.
    SizeNESWThe two-headed diagonal (northeast/southwest) sizing cursor.
    SizeNSThe two-headed vertical (north/south) sizing cursor.
    SizeNWSEThe two-headed diagonal (northwest/southeast) sizing cursor.
    SizeWEThe two-headed horizontal (west/east) sizing cursor.
    UpArrowThe up arrow cursor, typically used to identify an insertion point.
    VSplitThe cursor that appears when the mouse is positioned over a vertical splitter bar.
    WaitThe wait cursor, typically an hourglass shape.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENPredefinedCursor

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also