ComponentOne Scheduler for WinForms
PrintStyleCollection Class
Members 

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule.Printing Namespace : PrintStyleCollection Class
The PrintStyleCollection class represents the keyed collection of scheduler printing styles. The PrintStyle.StyleName property is used as a collection key.
Object Model
PrintStyleCollection Class
Syntax
'Declaration
 
Public Class PrintStyleCollection 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of String,PrintStyle)
public class PrintStyleCollection : System.Collections.ObjectModel.KeyedCollection<string,PrintStyle> 
Inheritance Hierarchy

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

See Also

Reference

PrintStyleCollection Members
C1.C1Schedule.Printing Namespace