Click or drag to resize

WaitCursor Methods

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