[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.C1SuperTooltipBase.Hide

Hide Method

Hide()

Hides the C1SuperTooltipBase if it is currently visible.

Declaration
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.

Hide(Control)

Hides the C1SuperTooltipBase if it is currently visible.

Declaration
public void Hide(Control control)
Parameters
Type Name Description
Control control

The 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.

Hide(ToolStripItem)

Hides the C1SuperTooltipBase if it is currently visible.

Declaration
public void Hide(ToolStripItem item)
Parameters
Type Name Description
ToolStripItem item

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.