Cursors Class
Provides a collection of Cursor objects for use by an application.
Definition
| public static class Cursors: Object |
Members Table
The following table lists the members exposed by the Cursors object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
Properties
| Property | Description |
|---|
| AppStarting | Gets the cursor that appears when an application starts. |
| Arrow | Gets the arrow cursor. |
| Cross | Gets the crosshair cursor. |
| Default | Gets the default cursor, which is usually an arrow cursor. |
| HSplit | Gets the cursor that appears when the mouse is positioned over a horizontal splitter bar. |
| Hand | Gets the hand cursor, typically used when hovering over a Web link. |
| IBeam | Gets the I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked. |
| No | Gets the cursor that indicates that a particular region is invalid for the current operation. |
| SizeAll | Gets the four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west. |
| SizeNESW | Gets the two-headed diagonal (northeast/southwest) sizing cursor. |
| SizeNS | Gets the two-headed vertical (north/south) sizing cursor. |
| SizeNWSE | Gets the two-headed diagonal (northwest/southeast) sizing cursor. |
| SizeWE | Gets the two-headed horizontal (west/east) sizing cursor. |
| VSplit | Gets the cursor that appears when the mouse is positioned over a vertical splitter bar. |
| WaitCursor | Gets the wait cursor, typically an hourglass shape. |
Inheritance Hierarchy
ObjectCursors
Class Information
| Namespace | System.Windows.Forms |
|---|
| Flash Library | System.Windows.Forms.scl |
|---|
| Flash Library Version | 2.0.0.2118 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|