バージョン

LocationUIElement コンストラクタ

LocationUIElement クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parentElement As Infragistics.Win.UIElement, _
   ByVal location As UltraNavigationBarLocation _
)
public LocationUIElement( 
   Infragistics.Win.UIElement parentElement,
   UltraNavigationBarLocation location
)

パラメータ

parentElement
この要素を含む UIElement インスタンス。
location
この要素に関連づけられた UltraNavigationBarLocation インスタンス。
参照