バージョン

NavigationToolbarButtonUIElement コンストラクタ

新しい NavigationToolbarButtonUIElement インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal type As NavigationToolbarButtonType _
)
public NavigationToolbarButtonUIElement( 
   Infragistics.Win.UIElement parent,
   NavigationToolbarButtonType type
)

パラメータ

parent
親要素の親。
type
これが戻るボタンであるのか、進むボタンであるのかを指定します。
参照