ICursorService Methods
When implemented by a class, enables it to manipulate the mouse cursor on the client.| Name | Description |
|---|---|
| BlockService(String) | For internal use. |
| HideCustomCursor() | Hides a custom cursor. |
| HideCustomCursor(String) | For internal use. Hides a custom cursor. |
| SetCursor(FrameworkElement, CustomCursor, String) | For internal use. Specifies a custom cursor for an element. |
| SetCursor(FrameworkElement, CustomCursor) | Specifies a custom cursor for an element. |
| SetCursor(FrameworkElement, Cursor, String) | For internal use. Specifies a standard cursor for an element. |
| SetCursor(FrameworkElement, Cursor) | Specifies a standard cursor for an element. |
| SetCursorPosition(Point, FrameworkElement, String) | For internal use. Specifies a cursor’s position. |
| SetCursorPosition(Point, FrameworkElement) | Specifies a cursor’s position. |
| SetSuppressCursorChanging(Boolean) | For internal use. |
| UnblockService(String) | For internal use. |
See Also