Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTooltipController Class / Display Method
The owner of the tooltip.
The NTooltipInfo instance which describes the tooltip.


In This Topic
    Display Method (NTooltipController)
    In This Topic
    Displays a tooltip, attached to a Control instance.
    Syntax
    'Declaration
     
    
    Public Sub Display( _
       ByVal owner As System.Windows.Forms.Control, _
       ByVal info As NTooltipInfo _
    ) 
    'Usage
     
    
    Dim instance As NTooltipController
    Dim owner As System.Windows.Forms.Control
    Dim info As NTooltipInfo
     
    instance.Display(owner, info)
    public void Display( 
       System.Windows.Forms.Control owner,
       NTooltipInfo info
    )

    Parameters

    owner
    The owner of the tooltip.
    info
    The NTooltipInfo instance which describes the 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