バージョン

AppointmentEditorComponent プロパティ

Appointments を編集するのに IProvidesEmbeddableEditor インターフェイスを実装するコンポーネントを取得または設定します。
シンタックス
'宣言
 
Public Property AppointmentEditorComponent As Component
public Component AppointmentEditorComponent {get; set;}
解説

デフォルトでは、ControlWithActivityBase 派生コントロールは appointments を編集するのに EditorWithText 組み込み可能なエディターを使用します。予定を編集するのに使用される別の組み込み可能なエディターを割り当てするのに使用できる AppointmentEditorComponent プロパティ。

AppointmentEditorComponent プロパティは、IProvidesEmbeddableEditorインターフェイスを実装しないコンポーネントに設定できません。このように設定すると例外がスローされます。

参照