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


In This Topic
    TooltipInfo Property (NButtonBaseInfo)
    In This Topic
    Gets the NTooltipInfo instance which describes a screen tip to be displayed upon different mouse events.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets the NTooltipInfo instance which describes the screen tip to be displayed upon different mouse events.")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)>
    Public ReadOnly Property TooltipInfo As NTooltipInfo
    'Usage
     
    
    Dim instance As NButtonBaseInfo
    Dim value As NTooltipInfo
     
    value = instance.TooltipInfo
    [System.ComponentModel.Description("Gets the NTooltipInfo instance which describes the screen tip to be displayed upon different mouse events.")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.ComponentModel.RefreshProperties(RefreshProperties.All)]
    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