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