ComponentOne Document Library for WinForms
StyleCollection Class
Members 

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : StyleCollection Class
Represents a collection of Style objects. This is the type of the Style.Children collection on a Style.
Object Model
StyleCollection Class
Syntax
'Declaration
 
Public Class StyleCollection 
   Inherits C1.Win.C1Document.OwnedCollection(Of Style)
public class StyleCollection : C1.Win.C1Document.OwnedCollection<Style> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
            C1.Win.C1Document.StyleCollection

See Also

Reference

StyleCollection Members
C1.Win.C1Document Namespace