バージョン

CalcDropDownEditor コンストラクタ(EmbeddableEditorOwnerBase,UltraCalculatorDropDown)

CalcDropDownEditor クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal defaultOwner As Infragistics.Win.EmbeddableEditorOwnerBase, _
   ByVal control As UltraCalculatorDropDown _
)
public CalcDropDownEditor( 
   Infragistics.Win.EmbeddableEditorOwnerBase defaultOwner,
   UltraCalculatorDropDown control
)

パラメータ

defaultOwner
プライマリオーナーによって提供されないオーナー情報を提供する、EmbeddableEditorOwnerBase派生クラス。
control
ドロップダウン計算式を提供する UltraCalculatorDropDown コントロールのインスタンス。nullを指定できます。
参照