Click or drag to resize

MouseCursor Methods

The MouseCursor type exposes the following members.

Methods
  NameDescription
Protected methodgenerateText
Generates text for pointer.
(Overrides TextPointerCursorTgenerateText(T, StringBuilder).)
Protected methodgethash
Typed version of getPointerHash(IPointer). Returns a hash of a cursor state.
(Overrides TextPointerCursorTgethash(T).)
Protected methodgetPointerHash
Returns pointer hash.
(Inherited from TextPointerCursorT.)
Protected methodhide
Hides (clears) this instance.
(Inherited from PointerCursor.)
Public methodHide
Hides this instance.
(Inherited from PointerCursor.)
Public methodInit
Initializes (resets) the cursor.
(Inherited from PointerCursor.)
Public methodSetState
Sets the state of the cursor.
(Inherited from PointerCursor.)
Protected methodshow
Shows this instance.
(Inherited from PointerCursor.)
Protected methodtextIsVisible
Indicates if text should be visible.
(Overrides TextPointerCursorTtextIsVisible.)
Protected methodupdate
This method is called every time when the pointer changes.
(Inherited from PointerCursor.)
Protected methodupdateOnce
This method is called once when the cursor is initialized.
(Overrides TextPointerCursorTupdateOnce(IPointer).)
Public methodUpdatePointer
Updates the pointer. This method is called when the pointer is moved.
(Inherited from PointerCursor.)
Top
See Also