ICursorService.HideCustomCursor(String) Method
For internal use. Hides a custom cursor.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | String | A String value, identifying the cursor. |
Returns
| Type | Description |
|---|---|
| Boolean | true to hide the custom cursor; otherwise false. |
See Also