PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / Style Class / Children Property

In This Topic
    Children Property (Style)
    In This Topic
    Gets the collection of child styles (i.e. Style objects that have their Style.Parent set to the current style).
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As StyleCollection
    public StyleCollection Children {get;}
    Remarks
    This method always returns a non-null collection of child styles, initializing it if it did not exist. To test whether a style already has child styles without creating the Style.Children collection, use the Style.HasChildren property.
    See Also