Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NBaseControl Class / TooltipInfo Property


In This Topic
    TooltipInfo Property (NBaseControl)
    In This Topic
    Gets the object which contains information about the tooltip associated with this control.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets the object which contains information about the tooltip associated with this control.")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public Overridable ReadOnly Property TooltipInfo As NTooltipInfo
    'Usage
     
    
    Dim instance As NBaseControl
    Dim value As NTooltipInfo
     
    value = instance.TooltipInfo
    [System.ComponentModel.Description("Gets the object which contains information about the tooltip associated with this control.")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public virtual NTooltipInfo TooltipInfo {get;}
    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