| MouseCursor Methods | 
The MouseCursor type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | generateText | 
            Generates text for pointer.
            (Overrides TextPointerCursorTgenerateText(T, StringBuilder).) | 
|  | gethash | 
            Typed version of getPointerHash(IPointer). Returns a hash of a cursor state.
            (Overrides TextPointerCursorTgethash(T).) | 
|  | getPointerHash | 
            Returns pointer hash.
            (Inherited from TextPointerCursorT.) | 
|  | hide | 
            Hides (clears) this instance.
            (Inherited from PointerCursor.) | 
|  | Hide | 
            Hides this instance.
            (Inherited from PointerCursor.) | 
|  | Init | 
            Initializes (resets) the cursor.
            (Inherited from PointerCursor.) | 
|  | SetState | 
            Sets the state of the cursor.
            (Inherited from PointerCursor.) | 
|  | show | 
            Shows this instance.
            (Inherited from PointerCursor.) | 
|  | textIsVisible | 
            Indicates if text should be visible.
            (Overrides TextPointerCursorTtextIsVisible.) | 
|  | update | 
            This method is called every time when the pointer changes.
            (Inherited from PointerCursor.) | 
|  | updateOnce | 
            This method is called once when the cursor is initialized.
            (Overrides TextPointerCursorTupdateOnce(IPointer).) | 
|  | UpdatePointer | 
            Updates the pointer. This method is called when the pointer is moved.
            (Inherited from PointerCursor.) | 
 See Also
See Also