'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the tooltip text to be displayed when the mouse hovers the tab.")> Public Property TooltipText As System.String
'Usage
Dim instance As NTab Dim value As System.String instance.TooltipText = value value = instance.TooltipText
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the tooltip text to be displayed when the mouse hovers the tab.")] public System.string TooltipText {get; set;}