Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NInteractivityManager Class / ToolTip Property


In This Topic
    ToolTip Property (NInteractivityManager)
    In This Topic
    Obtains the tooltip, which is used to display tooltips in the view
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Obtains the tooltip, which is used to display tooltips in the view")>
    Public ReadOnly Property ToolTip As System.Windows.Forms.ToolTip
    'Usage
     
    
    Dim instance As NInteractivityManager
    Dim value As System.Windows.Forms.ToolTip
     
    value = instance.ToolTip
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Obtains the tooltip, which is used to display tooltips in the view")]
    public System.Windows.Forms.ToolTip ToolTip {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