'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether command's shortcut will be displayed in its tooltip.")> Public Property TooltipShortcut As System.Boolean
'Usage
Dim instance As NCommandProperties Dim value As System.Boolean instance.TooltipShortcut = value value = instance.TooltipShortcut
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether command's shortcut will be displayed in its tooltip.")] public System.bool TooltipShortcut {get; set;}