Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTab Class / TooltipText Property


In This Topic
    TooltipText Property (NTab)
    In This Topic
    Gets/sets the tooltip text to be displayed when the mouse hovers the tab.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also