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