InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / Show Method / Show(String,Control) Method
Text to be displayed in the tooltip.
System.Windows.Forms.Control that the tooltip is associated with.

In This Topic
    Show(String,Control) Method
    In This Topic
    Shows the tooltip with the specified text for the specified control.
    Syntax
    'Declaration
     
    Public Overloads Sub Show( _
       ByVal text As String, _
       ByVal control As Control _
    ) 
    public void Show( 
       string text,
       Control control
    )

    Parameters

    text
    Text to be displayed in the tooltip.
    control
    System.Windows.Forms.Control that the tooltip is associated with.
    See Also