Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NInteractivityManager Class / RequestTooltip Method
requested tooltip


In This Topic
    RequestTooltip Method (NInteractivityManager)
    In This Topic
    Requests the specified tooltip
    Syntax
    'Declaration
     
    
    Public Overridable Sub RequestTooltip( _
       ByVal tooltip As System.String _
    ) 
    'Usage
     
    
    Dim instance As NInteractivityManager
    Dim tooltip As System.String
     
    instance.RequestTooltip(tooltip)
    public virtual void RequestTooltip( 
       System.string tooltip
    )

    Parameters

    tooltip
    requested tooltip
    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