Cursor Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | CopyHandle() | Copies the handle of this Cursor. |
![]() | Dispose() | Releases all resources used by the Cursor. |
![]() | Draw(Graphics^, Rectangle) | Draws the cursor on the specified surface, within the specified bounds. |
![]() | DrawStretched(Graphics^, Rectangle) | Draws the cursor in a stretched format on the specified surface, within the specified bounds. |
![]() | Equals(Object^) | Returns a value indicating whether this cursor is equal to the specified Cursor.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() | GetHashCode() | Retrieves the hash code for the current Cursor.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() ![]() | Hide() | Hides the cursor. |
![]() ![]() | Show() | Displays the cursor. |
![]() | ToString() | Retrieves a human readable string representing this Cursor.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. Serializes the object. |




