Scheduler for WinForms
PrintStyleCollection クラス
メンバ 

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule.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.C1Schedule.Printing.PrintStyleCollection

参照

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