Click or drag to resize

DialogCommands Class

Routed commands for dialog management.
Inheritance Hierarchy
SystemObject
  TomsToolbox.WpfDialogCommands

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static class DialogCommands

The DialogCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAbort
Gets the Abort Dialog command.
Public propertyStatic memberCancel
Gets the Cancel Dialog command.
Public propertyStatic memberIgnore
Gets the Ignore Dialog command.
Public propertyStatic memberNo
Gets the No Dialog command.
Public propertyStatic memberOk
Gets the OK Dialog command.
Public propertyStatic memberRetry
Gets the Retry Dialog command.
Public propertyStatic memberYes
Gets the Yes Dialog command.
Top
See Also