'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets or sets the tooltip text associated with the panel.")> Public Property TooltipText As System.String
'Usage
Dim instance As NDockingPanelTabInfo Dim value As System.String instance.TooltipText = value value = instance.TooltipText
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets or sets the tooltip text associated with the panel.")] public System.string TooltipText {get; set;}