ICursorService.SetCursor(FrameworkElement, Cursor, String) Method
For internal use. Specifies a standard cursor for an element.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
control | FrameworkElement | A FrameworkElement object. |
cursor | Cursor | A Cursor object. |
id | String | A String value, identifying the cursor. |
Returns
Type | Description |
---|---|
Boolean | true to set the cursor; otherwise false. |
See Also