Click or drag to resize

CursorManagerSetCursorToDefault Method

Sets the cursor to the default cursor.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetCursorToDefault(
	bool clearStackBeforeSetting = false
)

Parameters

clearStackBeforeSetting (Optional)
Type: SystemBoolean
Optional parameter to delete other items in the stack before setting to the default.
See Also