バージョン

UltraGridComboEditor コンストラクタ(UltraCombo,EmbeddableEditorOwnerBase)

新しい UltraGridComboEditor を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal combo As UltraCombo, _
   ByVal defaultOwner As Infragistics.Win.EmbeddableEditorOwnerBase _
)
public UltraGridComboEditor( 
   UltraCombo combo,
   Infragistics.Win.EmbeddableEditorOwnerBase defaultOwner
)

パラメータ

combo
エディターにドロップダウンを提供する UltraCombo コントロール。
defaultOwner
オーナー固有情報の取得元となる、デフォルトの EmbeddableEditorOwnerBase 派生クラスのインスタンス。
参照