バージョン

CalendarComboEditor コンストラクタ(UltraCalendarCombo,Boolean,EmbeddableEditorOwnerBase)

新しい CalendarComboEditor インスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal control As UltraCalendarCombo, _
   ByVal isStandalone As Boolean, _
   ByVal defaultOwner As Infragistics.Win.EmbeddableEditorOwnerBase _
)
public CalendarComboEditor( 
   UltraCalendarCombo control,
   bool isStandalone,
   Infragistics.Win.EmbeddableEditorOwnerBase defaultOwner
)

パラメータ

control
エディターによって使用されるUltraCalendarComboコントロール。
isStandalone
コントロールパラメーターが単独のUltraCalendarComboを表すかどうかを決定します。
defaultOwner
エディタープロパティのデフォルト値を取得するEmbeddableEditorOwnerBase派生クラスのインスタンス。
解説
isStandaloneパラメーターがTrueの場合、UltraCalendarComboコントロールイベントが発生します。
参照