'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether a tooltip (if any) should be displayed when the mouse hovers a tab.")> Public Property ShowToolTips As System.Boolean
'Usage
Dim instance As NTabControl Dim value As System.Boolean instance.ShowToolTips = value value = instance.ShowToolTips
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether a tooltip (if any) should be displayed when the mouse hovers a tab.")] public System.bool ShowToolTips {get; set;}