[]
Hides the C1SuperTooltipBase if it is currently visible.
public void Hide()
Public Sub 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)
Public Sub Hide(control As 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)
Public Sub Hide(item As ToolStripItem)
| 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.