Cursor Methods

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodCopyHandle()

Copies the handle of this Cursor.

System_CAPS_pubmethodDispose()

Releases all resources used by the Cursor.

System_CAPS_pubmethodDraw(Graphics^, Rectangle)

Draws the cursor on the specified surface, within the specified bounds.

System_CAPS_pubmethodDrawStretched(Graphics^, Rectangle)

Draws the cursor in a stretched format on the specified surface, within the specified bounds.

System_CAPS_pubmethodEquals(Object^)

Returns a value indicating whether this cursor is equal to the specified Cursor.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Overrides Object::Finalize().)

System_CAPS_pubmethodGetHashCode()

Retrieves the hash code for the current Cursor.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticHide()

Hides the cursor.

System_CAPS_pubmethodSystem_CAPS_staticShow()

Displays the cursor.

System_CAPS_pubmethodToString()

Retrieves a human readable string representing this Cursor.(Overrides Object::ToString().)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodISerializable::GetObjectData(SerializationInfo^, StreamingContext)

This API supports the product infrastructure and is not intended to be used directly from your code. Serializes the object.

Return to top
Show: