The members of System.Windows.Forms.Cursor are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Windows.Forms.Cursor class from the specified Windows handle. | ||
Initializes a new instance of the System.Windows.Forms.Cursor class from the specified data stream. | ||
Initializes a new instance of the System.Windows.Forms.Cursor class from the specified file. | ||
Initializes a new instance of the System.Windows.Forms.Cursor class from the specified resource with the specified resource type. |
static | Clip | System.Drawing.Rectangle.
Gets or sets the bounds that represent the clipping rectangle for the cursor. |
static | Current | Cursor.
Gets or sets a cursor object that represents the mouse cursor. |
[read-only] | Handle | IntPtr.
Gets the handle of the cursor. |
[read-only] | HotSpot | System.Drawing.Point.
Gets the cursor hot spot. |
static | Position | System.Drawing.Point.
Gets or sets the cursor's position. |
[read-only] | Size | System.Drawing.Size.
Gets the size of the cursor object. |
Tag | object.
Gets or sets the object that contains data about the System.Windows.Forms.Cursor. |
CopyHandle()
| ||
Dispose()
| ||
Draw(System.Drawing.Graphics, System.Drawing.Rectangle)
| ||
DrawStretched(System.Drawing.Graphics, System.Drawing.Rectangle)
| ||
override | Equals(object)
| |
Finalize()Documentation for this section has not yet been entered. | ||
override | GetHashCode()
| |
static | Hide()
| |
static | Show()
| |
override | ToString()
|
static | Equality(Cursor, Cursor) |
Returns a value indicating whether two instances of the System.Windows.Forms.Cursor class are equal. |
static | Inequality(Cursor, Cursor) |
Returns a value indicating whether two instances of the System.Windows.Forms.Cursor class are not equal. |
System.Runtime.Serialization.ISerializable.GetObjectData |
Serializes the object. |