dbicSlide Send comments on this topic.
enumMousePointer Enumeration
See Also  
dbicSlide Assembly > Dbi.WinControl.Slide Namespace : enumMousePointer Enumeration

cursor that indicates that a particular region is invalid for the current operation Inherited from System.Windows.Forms.Cursors

Syntax

Visual Basic (Declaration) 
Public Enum enumMousePointer 
   Inherits System.Enum
C# 
public enum enumMousePointer : System.Enum 

Members

MemberDescription
AppStartingcursor that appears when an application starts.
Arrowarrow cursor
Crosscrosshair cursor.
CustomA cursor that uses the ThumbCursor image.
Defaultdefault cursor, which is usually an arrow cursor.
Handhand cursor.
HelpHelp cursor
HSplitcursor that appears when the mouse is positioned over a horizontal splitter bar.
IBeamI-beam cursor.
Nocursor that indicates that a particular region is invalid for the current operation.
NoMove2Dcursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in both a horizontal and vertical direction.
NoMoveHorizcursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a horizontal direction.
NoMoveVertcursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a vertical direction.
PanEastcursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right.
PanNEcursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the right.
PanNorthcursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.
PanNWcursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the left.
PanSEcursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the right.
PanSouthcursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction.
PanSWcursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the left.
PanWestcursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left.
SizeAllfour-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west.
SizeNESWtwo-headed diagonal (northeast/southwest) sizing cursor.
SizeNStwo-headed vertical (north/south) sizing cursor.
SizeNWSEtwo-headed diagonal (northwest/southeast) sizing cursor.
SizeWEtwo-headed horizontal (west/east) sizing cursor.
UpArrowup arrow cursor, typically used to identify an insertion point.
VSplitcursor that appears when the mouse is positioned over a vertical splitter bar.
WaitCursorwait cursor.

Remarks

For a listing of the pointer types see the Cursors Members Topic

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Slide.enumMousePointer

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also