Ribbon for WinForms
Hide(Control) メソッド

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 > C1SuperTooltipBase クラス > Hide メソッド : Hide(Control) メソッド
The System.Windows.Forms.Control that the C1SuperTooltipBase is associated with.
Hides the C1SuperTooltipBase if it is currently visible.
シンタックス
'宣言
 
Public Overloads Sub Hide( _
   ByVal control As Control _
) 
public void Hide( 
   Control control
)

パラメータ

control
The System.Windows.Forms.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.
参照

C1SuperTooltipBase クラス
C1SuperTooltipBase メンバ
オーバーロード一覧