Scheduler for WinForms
Locations プロパティ (C1Schedule)

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.Win.C1Schedule 名前空間 > C1Schedule クラス : Locations プロパティ
利用可能な場所の文字列の説明を含む System.Collections.Generic.List`1リストを取得します。
シンタックス
'宣言
 
Public ReadOnly Property Locations As System.Collections.Generic.List(Of String)
public System.Collections.Generic.List<string> Locations {get;}
解説
C1Scheduleコントロールは、このリストを使用して C1.Win.C1Schedule.Forms.AppointmentFormフォームに場所コンボボックスを作成します。アプリケーションの起動時にこのリストを事前に作成できます。 C1Scheduleコントロールは、 C1.C1Schedule.Appointmentオブエクトのいずれかに新しい場所値が使用されるたびに、このリストを自動的に展開します。このリストを使用して、場所コンボボックスをカスタム予定ダイアログに埋め込むことができます。
参照

C1Schedule クラス
C1Schedule メンバ