バージョン

LocationToolTipDisplayingEventArgs コンストラクタ

ToolTipDisplayingEventArgs クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal toolTipText As String, _
   ByVal screenLocation As Point, _
   ByVal location As UltraNavigationBarLocation, _
   ByVal elementKind As LocationElementKind, _
   ByVal isTextFullyVisible As Boolean _
)
public LocationToolTipDisplayingEventArgs( 
   string toolTipText,
   Point screenLocation,
   UltraNavigationBarLocation location,
   LocationElementKind elementKind,
   bool isTextFullyVisible
)

パラメータ

toolTipText
ツールチップに表示される文字列。
screenLocation
画像座標で表されたToolTipが表示される位置
location
このインスタンスが関連付けられている Infragistics.Win.Misc.UltraNavigationBarLocation
elementKind
ツールチップが表示されるユーザー インターフェイス要素を識別する Infragistics.Win.Misc.LocationElementKind 定数。
isTextFullyVisible
位置のテキストが完全に表示されるかどうかを指定します。
参照