FlexChart for WinForms
ToolTipPositionEventArgs コンストラクタ

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

パラメータ

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

ToolTipPositionEventArgs クラス
ToolTipPositionEventArgs メンバ