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