'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the keyboard shortcut combination used to trigger the "Customize" editor.")> Public Property Shortcut As NShortcut
'Usage
Dim instance As NCommandBarsManager Dim value As NShortcut instance.Shortcut = value value = instance.Shortcut
[System.ComponentModel.Description("Gets/sets the keyboard shortcut combination used to trigger the "Customize" editor.")] public NShortcut Shortcut {get; set;}