'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the command parent will display a tooltip when the mouse hovers a command.")> Public Overridable Property ShowTooltips As System.Boolean
'Usage
Dim instance As NCommandParent Dim value As System.Boolean instance.ShowTooltips = value value = instance.ShowTooltips
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the command parent will display a tooltip when the mouse hovers a command.")] public virtual System.bool ShowTooltips {get; set;}