InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / Hide Method / Hide() Method

In This Topic
    Hide() Method
    In This Topic
    Hides the C1SuperTooltipBase if it is currently visible.
    Syntax
    'Declaration
     
    Public Overloads Sub Hide() 
    public void Hide()
    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