Click or drag to resize

WaitCursor Class

Helper class to ease automatic display of the wait cursor.
Inheritance Hierarchy
SystemObject
  TomsToolbox.WpfWaitCursor

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static class WaitCursor
Methods
  NameDescription
Public methodStatic memberStart(FrameworkElement)
Sets the cursor property of the framework elements root visual to the "Wait" cursor and automatically resets the cursor to the default cursor when the dispatcher becomes idle again.
Public methodStatic memberStart(FrameworkElement, DispatcherPriority)
Sets the cursor property of the framework elements root visual to the "Wait" cursor and automatically resets the cursor to the default cursor when the dispatcher becomes idle again.
Public methodStatic memberStartLocal(FrameworkElement)
Sets the cursor property of the framework element to the "Wait" cursor and automatically resets the cursor to the default cursor when the dispatcher becomes idle again.
Public methodStatic memberStartLocal(FrameworkElement, DispatcherPriority)
Sets the cursor property of the framework element to the "Wait" cursor and automatically resets the cursor to the default cursor when the dispatcher becomes idle again.
Top
See Also