Scheduler for WinForms
SelectionType 列挙体

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.Win.C1Schedule 名前空間 : SelectionType 列挙体
C1Scheduleコントロール UI で現在選択されている UI 要素のタイプを決定します。
シンタックス
'宣言
 
Public Enum SelectionType 
   Inherits System.Enum
public enum SelectionType : System.Enum 
メンバ
メンバ解説
Appointment予定要素。
DayTitle日タイトル。
GroupHeaderグループヘッダー。
None選択領域は C1Scheduleコントロールに属しますが、他の SelectionTypeメンバによって記述されたアクティブな領域には属しません。
TimeInterval日要素または時間帯要素。
TimeRulerタイムルーラ要素。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Schedule.SelectionType

参照

C1.Win.C1Schedule 名前空間