ToolTipPositionEventArgs オブジェクトの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Drawing.Point, _
ByVal As System.String, _
ByVal As System.ComponentModel.Component _
)
public ToolTipPositionEventArgs(
System.Drawing.Rectangle ,
System.Drawing.Point ,
System.string ,
System.ComponentModel.Component
)
パラメータ
- componentBounds
- ツールチップのテキストと場所を提供する System.ComponentModel.Component の境界。
- location
- ツールチップの左上隅を指定する System.Drawing.Point。
- text
- ツールチップに表示される文字列。
- component
- ツールチップのテキストと場所を提供する System.ComponentModel.Component。
参照