バージョン

ActionButtonUIElement コンストラクタ

クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal provider As UltraGridFilterUIProvider, _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal buttonType As ActionButtonType _
)
public ActionButtonUIElement( 
   UltraGridFilterUIProvider provider,
   Infragistics.Win.UIElement parent,
   ActionButtonType buttonType
)

パラメータ

provider
要素と関連付けられたフィルター プロバイダーのコンポーネント。
parent
この要素をホストする親要素。
buttonType
この要素が表すボタンのタイプ。
参照