バージョン

ActionButtonUIElement コンストラクタ

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

パラメータ

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