バージョン

ToolTip コンストラクタ(Control,ComponentRole)

ToolTip クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal owningControl As Control, _
   ByVal componentRole As ComponentRole _
)
public ToolTip( 
   Control owningControl,
   ComponentRole componentRole
)

パラメータ

owningControl
ツールチップを所有するコントロール。
componentRole
スタイル情報を取得するために使用されるComponentRole。
参照