Skip to main content
A newer version of this page is available. .

ICursorService.SetCursor(FrameworkElement, CustomCursor, String) Method

For internal use. Specifies a custom cursor for an element.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

bool SetCursor(
    FrameworkElement control,
    CustomCursor customCursor,
    string id
)

Parameters

Name Type Description
control FrameworkElement

A FrameworkElement object.

customCursor CustomCursor

A CustomCursor object.

id String

A String value, identifying the cursor.

Returns

Type Description
Boolean

true to set the cursor; otherwise false.

See Also