Class WpfApplicationCommands
- Namespace
- Tudormobile.Wpf.Commands
- Assembly
- Tudormobile.WpfApp.dll
Defines a standard set of WpfApp Commands.
public static class WpfApplicationCommands
- Inheritance
-
WpfApplicationCommands
- Inherited Members
Properties
CloseAll
Close all Windows.
public static RoutedUICommand CloseAll { get; }
Property Value
Exit
Exit the Application.
public static RoutedUICommand Exit { get; }
Property Value
Open
Open a file dialog and choose a file.
public static RoutedUICommand Open { get; }
Property Value
SelectWindow
Select a window.
public static RoutedUICommand SelectWindow { get; }