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