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

ICursorService.HideCustomCursor(String) Method

For internal use. Hides a custom cursor.

Namespace: DevExpress.Xpf.Printing

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

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