Scheduler for WinForms
LabelCollection クラス
メンバ 

C1.Win.Schedule.6 アセンブリ > C1.C1Schedule 名前空間 : LabelCollection クラス
The LabelCollection is a collection of Label objects which represents all available labels in C1Schedule object model.
オブジェクト モデル
LabelCollection クラス
シンタックス
'宣言
 
Public Class LabelCollection 
   Inherits C1.C1Schedule.BaseCollection(Of Label)
public class LabelCollection : C1.C1Schedule.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.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>
               C1.C1Schedule.LabelCollection

参照

LabelCollection メンバ
C1.C1Schedule 名前空間