ICursorService.SetCursor(FrameworkElement, CustomCursor) Method
In This Article
Specifies a custom cursor for an element.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
control | Framework |
A Framework |
custom |
Custom |
A Custom |
#Returns
Type | Description |
---|---|
Boolean | true to set the cursor; otherwise false. |
See Also