Scheduler for WinForms
LabelCollection クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : LabelCollection クラス
The LabelCollection is a collection of Label objects which represents all available labels in C1Schedule object model.
オブジェクト モデル
LabelCollection クラス
シンタックス
'宣言
 
Public Class LabelCollection 
   Inherits C1.Schedule.BaseCollection(Of Label)
public class LabelCollection : C1.Schedule.BaseCollection<Label> 
解説

By default it contains the following set of predefined labels:

継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.Schedule.BaseCollection<T>
               C1.Schedule.LabelCollection

参照

LabelCollection メンバ
C1.Schedule 名前空間