InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / Hide Method / Hide(Control) Method
The System.Windows.Forms.Control that the C1SuperTooltipBase is associated with.

In This Topic
    Hide(Control) Method
    In This Topic
    Hides the C1SuperTooltipBase if it is currently visible.
    Syntax
    'Declaration
     
    Public Overloads Sub Hide( _
       ByVal control As Control _
    ) 
    public void Hide( 
       Control control
    )

    Parameters

    control
    The System.Windows.Forms.Control that the C1SuperTooltipBase is associated with.
    Remarks
    This method does not disable or otherwise prevent the tooltip from being displayed in the future. To do that, set the Active property to false instead.
    See Also