ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / Show Method / Show(String,Control,Int32) Method
Text to be displayed in the tooltip.
System.Windows.Forms.Control that the tooltip is associated with.
Duration of the tooltip, in milliseconds.

In This Topic
    Show(String,Control,Int32) Method
    In This Topic
    Shows the tooltip with the specified text, for the specified control, for a specified amount of time.
    Syntax
    'Declaration
     
    Public Overloads Sub Show( _
       ByVal text As System.String, _
       ByVal control As System.Windows.Forms.Control, _
       ByVal duration As System.Integer _
    ) 
    public void Show( 
       System.string text,
       System.Windows.Forms.Control control,
       System.int duration
    )

    Parameters

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