Closed and3md closed 6 years ago
Possibility to override cursor type for entire window by setting Window.overrideCursorType. For example:
Window.overrideCursorType
Window.overrideCursorType = CursorType.Wait
Remove overriding:
Window.overrideCursorType = CursorType.NotSet
To not add extra value I changed CursorType.Parent to CursorType.NotSet.
CursorType.Parent
CursorType.NotSet
Possibility to override cursor type for entire window by setting
Window.overrideCursorType
. For example:Window.overrideCursorType = CursorType.Wait
Remove overriding:
Window.overrideCursorType = CursorType.NotSet
To not add extra value I changed
CursorType.Parent
toCursorType.NotSet
.