| EditorCommandsEdit Property |
Open an item for editing
Namespace: SandcastleBuilder.WPF.CommandsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public static RoutedUICommand Edit { get; }
Public Shared ReadOnly Property Edit As RoutedUICommand
Get
public:
static property RoutedUICommand^ Edit {
RoutedUICommand^ get ();
}
static member Edit : RoutedUICommand with get
Property Value
Type:
RoutedUICommandRemarks The default key binding is Ctrl+E
See Also