In This Topic
Hides the
C1SuperTooltipBase if it is currently visible.
Syntax
'Declaration
Public Overloads Sub Hide( _
ByVal As Control _
)
public void Hide(
Control
)
Parameters
- control
- The System.Windows.Forms.Control that the C1SuperTooltipBase is associated with.
See Also