Skip to main content

ICursorService.SetCursor(FrameworkElement, Cursor) Method

Specifies a standard cursor for an element.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

bool SetCursor(
    FrameworkElement control,
    Cursor cursor
)

#Parameters

Name Type Description
control FrameworkElement

A FrameworkElement object.

cursor Cursor

A Cursor object.

#Returns

Type Description
Boolean

true to set the cursor; otherwise false.

See Also