Ribbon for WinForms
ToolTipPositionEventArgs コンストラクタ

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

パラメータ

componentBounds
ツールチップのテキストと場所を提供する System.ComponentModel.Component の境界。
location
ツールチップの左上隅を指定する System.Drawing.Point
text
ツールチップに表示される文字列。
component
ツールチップのテキストと場所を提供する System.ComponentModel.Component
参照

ToolTipPositionEventArgs クラス
ToolTipPositionEventArgs メンバ