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) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class WaitCursor

The WaitCursor type exposes the following members.

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