PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / OwnedCollection Class
Members

In This Topic
    OwnedCollection Class
    In This Topic
    Describes a collection with an owner. Base class for RenderObjectCollection and ParagraphObjectCollection. Additional to OwnedCollectionBase updates Owner property of items if they supports IOwnedCollectionItem interface.
    Object Model
    OwnedCollection Class
    Syntax
    'Declaration
     
    Public Class OwnedCollection 
       Inherits OwnedCollectionBase
    public class OwnedCollection : OwnedCollectionBase 
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          C1.C1Preview.OwnedCollectionBase
             C1.C1Preview.OwnedCollection
                C1.C1Preview.C1MultiDocumentItemCollection
                C1.C1Preview.DataBinding.DataSetCollection
                C1.C1Preview.DataBinding.DataSourceCollection
                C1.C1Preview.DataBinding.ExpressionCollection
                C1.C1Preview.DataBinding.SortExpressionCollection
                C1.C1Preview.DocumentFontCollection
                C1.C1Preview.EventCollection
                C1.C1Preview.IndexEntryCollection
                C1.C1Preview.IndexEntryStyles
                C1.C1Preview.NamedCollection
                C1.C1Preview.OutlineNodeCollection
                C1.C1Preview.ParagraphObjectCollection
                C1.C1Preview.RenderObjectCollection

    See Also