Click or drag to resize

CursorManagerRemoveCurrentCursor Method

Pop the top cursor off the stack, making the next cursor the active cursor if there is one. If there's not, it will be set 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 RemoveCurrentCursor()
See Also