Skip to main content

ICursorService.SetCursorPosition(Point, FrameworkElement, String) Method

For internal use. Specifies a cursor’s position.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

bool SetCursorPosition(
    Point relativePosition,
    FrameworkElement relativeTo,
    string id
)

Parameters

Name Type Description
relativePosition Point

A Point structure.

relativeTo FrameworkElement

A FrameworkElement object.

id String

A String value, identifying the cursor.

Returns

Type Description
Boolean

true to set the cursor position; otherwise false.

See Also