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


In This Topic
    TooltipInfo Property (NComboBox)
    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 ReadOnly Property TooltipInfo As NTooltipInfo
    'Usage
     
    
    Dim instance As NComboBox
    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 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