'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the tooltip text value for the tab page.")> Public Property ToolTipText As System.String
'Usage
Dim instance As NTabPage Dim value As System.String instance.ToolTipText = value value = instance.ToolTipText
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the tooltip text value for the tab page.")] public System.string ToolTipText {get; set;}