| EditorCommandsPasteAsChild Property |
Paste an item as a child of the selected item
Namespace: SandcastleBuilder.WPF.CommandsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public static RoutedUICommand PasteAsChild { get; }
Public Shared ReadOnly Property PasteAsChild As RoutedUICommand
Get
public:
static property RoutedUICommand^ PasteAsChild {
RoutedUICommand^ get ();
}
static member PasteAsChild : RoutedUICommand with get
Property Value
Type:
RoutedUICommandRemarks The default key bindings are Ctrl+Shift+V and Ctrl+Shift+Insert
See Also