.NET Framework Class Library
Cursors Members

Provides a collection of Cursor objects for use by a Windows Forms application.

The Cursors type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyStatic memberAppStartingGets the cursor that appears when an application starts.
Public propertyStatic memberArrowGets the arrow cursor.
Public propertyStatic memberCrossGets the crosshair cursor.
Public propertyStatic memberSupported by the .NET Compact FrameworkDefaultGets the default cursor, which is usually an arrow cursor.
Public propertyStatic memberHandGets the hand cursor, typically used when hovering over a Web link.
Public propertyStatic memberHelpGets the Help cursor, which is a combination of an arrow and a question mark.
Public propertyStatic memberHSplitGets the cursor that appears when the mouse is positioned over a horizontal splitter bar.
Public propertyStatic memberIBeamGets the I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked.
Public propertyStatic memberNoGets the cursor that indicates that a particular region is invalid for the current operation.
Public propertyStatic memberNoMove2DGets the 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.
Public propertyStatic memberNoMoveHorizGets the cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a horizontal direction.
Public propertyStatic memberNoMoveVertGets the cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a vertical direction.
Public propertyStatic memberPanEastGets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right.
Public propertyStatic memberPanNEGets 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.
Public propertyStatic memberPanNorthGets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.
Public propertyStatic memberPanNWGets 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.
Public propertyStatic memberPanSEGets 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.
Public propertyStatic memberPanSouthGets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction.
Public propertyStatic memberPanSWGets 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.
Public propertyStatic memberPanWestGets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left.
Public propertyStatic memberSizeAllGets the four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west.
Public propertyStatic memberSizeNESWGets the two-headed diagonal (northeast/southwest) sizing cursor.
Public propertyStatic memberSizeNSGets the two-headed vertical (north/south) sizing cursor.
Public propertyStatic memberSizeNWSEGets the two-headed diagonal (northwest/southeast) sizing cursor.
Public propertyStatic memberSizeWEGets the two-headed horizontal (west/east) sizing cursor.
Public propertyStatic memberUpArrowGets the up arrow cursor, typically used to identify an insertion point.
Public propertyStatic memberVSplitGets the cursor that appears when the mouse is positioned over a vertical splitter bar.
Public propertyStatic memberSupported by the .NET Compact FrameworkWaitCursorGets the wait cursor, typically an hourglass shape.
Top
See Also

Reference

Tags :


Page view tracker