'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether the caption bar will display tooltips.")> Public Property DisplayTooltips As System.Boolean
'Usage
Dim instance As NCaptionBar Dim value As System.Boolean instance.DisplayTooltips = value value = instance.DisplayTooltips
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets or sets a value indicating whether the caption bar will display tooltips.")] public System.bool DisplayTooltips {get; set;}