ICursorService.SetCursorPosition(Point, FrameworkElement) Method
In This Article
Specifies a cursor's position.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
relative |
Point | A Point structure. |
relative |
Framework |
A Framework |
#Returns
Type | Description |
---|---|
Boolean | true to set the cursor position; otherwise false. |
See Also