Scheduler for WinForms
PrintStyleCollection クラス
メンバ 

C1.Win.Schedule.6 アセンブリ > C1.Schedule.Printing 名前空間 : PrintStyleCollection クラス
The PrintStyleCollection class represents the keyed collection of scheduler printing styles. The PrintStyle.StyleName property is used as a collection key.
オブジェクト モデル
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 名前空間