| EditorCommandsAddItem Property |
Add an item to the collection
Namespace: SandcastleBuilder.WPF.CommandsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public static RoutedUICommand AddItem { get; }
Public Shared ReadOnly Property AddItem As RoutedUICommand
Get
public:
static property RoutedUICommand^ AddItem {
RoutedUICommand^ get ();
}
static member AddItem : RoutedUICommand with get
Property Value
Type:
RoutedUICommandRemarks This command has no default key binding
See Also