ComponentOne SuperTooltip for WinForms
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / Hide Method / Hide(ToolStripItem) Method
System.Windows.Forms.ToolStripItem that the tooltip is associated with.

In This Topic
    Hide(ToolStripItem) Method
    In This Topic
    Hides the C1SuperTooltipBase if it is currently visible.
    Syntax
    'Declaration
     
    Public Overloads Sub Hide( _
       ByVal item As System.Windows.Forms.ToolStripItem _
    ) 
    public void Hide( 
       System.Windows.Forms.ToolStripItem item
    )

    Parameters

    item
    System.Windows.Forms.ToolStripItem that the tooltip 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