Skip to main content

ICursorService.HideCustomCursor(String) Method

For internal use. Hides a custom cursor.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

bool HideCustomCursor(
    string id
)

Parameters

Name Type Description
id String

A String value, identifying the cursor.

Returns

Type Description
Boolean

true to hide the custom cursor; otherwise false.

See Also