Scheduler for WinForms
PrintStyleCollection クラス
メンバ 

C1.Win.Schedule.8 アセンブリ > C1.Schedule.Printing 名前空間 : PrintStyleCollection クラス
PrintStyleCollection クラスは、スケジューラの印刷スタイルのキー付きコレクションを表します。 PrintStyle.StyleName プロパティは、コレクションキーとして使用されます。
オブジェクト モデル
PrintStyleCollection クラス
シンタックス
'宣言
 
Public Class PrintStyleCollection 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of String,PrintStyle)
public class PrintStyleCollection : System.Collections.ObjectModel.KeyedCollection<string,PrintStyle> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.Schedule.Printing.PrintStyleCollection

参照

PrintStyleCollection メンバ
C1.Schedule.Printing 名前空間