'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether tooltips will be displayed on the menu.")> Public Property DisplayTooltips As System.Boolean
'Usage
Dim instance As NMenuOptions Dim value As System.Boolean instance.DisplayTooltips = value value = instance.DisplayTooltips
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether tooltips will be displayed on the menu.")] public System.bool DisplayTooltips {get; set;}