Class WindowCommands
Holds commands that can be used by a window.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class WindowCommands
Properties
Cancel
Gets value that represents the Cancel window command.
Declaration
public static RoutedUICommand Cancel { get; }
Property Value
System.Windows.Input.RoutedUICommand
The Cancel command. |
Close
Gets value that represents the close window command.
Declaration
public static RoutedUICommand Close { get; }
Property Value
System.Windows.Input.RoutedUICommand
The close command. |
Confirm
Gets value that represents the Confirm window command.
Declaration
public static RoutedUICommand Confirm { get; }
Property Value
System.Windows.Input.RoutedUICommand
The Confirm command. |
Maximize
Gets value that represents the maximize window command.
Declaration
public static RoutedUICommand Maximize { get; }
Property Value
System.Windows.Input.RoutedUICommand
The maximize command. |
Minimize
Gets value that represents the minimize window command.
Declaration
public static RoutedUICommand Minimize { get; }
Property Value
System.Windows.Input.RoutedUICommand
The minimize command. |
Restore
Gets value that represents the restore window command.
Declaration
public static RoutedUICommand Restore { get; }
Property Value
System.Windows.Input.RoutedUICommand
The restore command. |