[]
Hides the C1SuperTooltipBase if it is currently visible.
public void Hide()
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.
Hides the C1SuperTooltipBase if it is currently visible.
public void Hide(Control control)
Type | Name | Description |
---|---|---|
Control | control | The Control that the C1SuperTooltipBase is associated with. |
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.
Hides the C1SuperTooltipBase if it is currently visible.
public void Hide(ToolStripItem item)
Type | Name | Description |
---|---|---|
ToolStripItem | item | ToolStripItem that the tooltip is associated with. |
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.