Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintStyleCollection Class
Members

In This Topic
    PrintStyleCollection Class
    In This Topic
    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