バージョン

ActionButtonToolTipDisplayingEventArgs コンストラクタ

ToolTipDisplayingEventArgs クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal toolTipText As String, _
   ByVal screenLocation As Point, _
   ByVal actionButton As UltraNavigationBarActionButton _
)
public ActionButtonToolTipDisplayingEventArgs( 
   string toolTipText,
   Point screenLocation,
   UltraNavigationBarActionButton actionButton
)

パラメータ

toolTipText
ツールチップに表示される文字列。
screenLocation
画像座標で表されたToolTipが表示される位置
actionButton
このインスタンスが関連付けられている Infragistics.Win.Misc.UltraNavigationBarActionButton
参照