Input for WinForms
ItemTooltipShowingEventArgs コンストラクタ

C1.Win.Input.8 アセンブリ > C1.Win.Input 名前空間 > ItemTooltipShowingEventArgs クラス : ItemTooltipShowingEventArgs コンストラクタ
強調表示されたドロップダウンリスト項目のインデックス。
ツールチップに表示される HTML コンテンツ。
強調表示されたドロップダウンリスト項目の親要素内での境界(要素のサイズと場所)(ピクセル単位)。
ツールチップが表示されるクライアントの X 座標。
ツールチップが表示されるクライアントの Y 座標。
ツールチップオプションを設定するための C1.Win.SuperTooltip.C1SuperTooltipBase オブジェクト。
ItemTooltipShowingEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal index As System.Integer, _
   ByVal text As System.String, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal x As System.Integer, _
   ByVal y As System.Integer, _
   ByVal tooltip As C1SuperTooltipBase _
)
public ItemTooltipShowingEventArgs( 
   System.int index,
   System.string text,
   System.Drawing.Rectangle bounds,
   System.int x,
   System.int y,
   C1SuperTooltipBase tooltip
)

パラメータ

index
強調表示されたドロップダウンリスト項目のインデックス。
text
ツールチップに表示される HTML コンテンツ。
bounds
強調表示されたドロップダウンリスト項目の親要素内での境界(要素のサイズと場所)(ピクセル単位)。
x
ツールチップが表示されるクライアントの X 座標。
y
ツールチップが表示されるクライアントの Y 座標。
tooltip
ツールチップオプションを設定するための C1.Win.SuperTooltip.C1SuperTooltipBase オブジェクト。
参照

ItemTooltipShowingEventArgs クラス
ItemTooltipShowingEventArgs メンバ