| EditorCommandsCollapseAll Property |
Collapse all items in a collection
Namespace: SandcastleBuilder.WPF.CommandsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public static RoutedUICommand CollapseAll { get; }
Public Shared ReadOnly Property CollapseAll As RoutedUICommand
Get
public:
static property RoutedUICommand^ CollapseAll {
RoutedUICommand^ get ();
}
static member CollapseAll : RoutedUICommand with get
Property Value
Type:
RoutedUICommandRemarks The default key binding is Ctrl+Shift+Left
See Also