| EditorCommandsCollapseCurrent Property |
Collapse the current item and its children
Namespace: SandcastleBuilder.WPF.CommandsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public static RoutedUICommand CollapseCurrent { get; }
Public Shared ReadOnly Property CollapseCurrent As RoutedUICommand
Get
public:
static property RoutedUICommand^ CollapseCurrent {
RoutedUICommand^ get ();
}
static member CollapseCurrent : RoutedUICommand with get
Property Value
Type:
RoutedUICommandRemarks The default key binding is Shift+Left
See Also