ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / ShapeCollection Class
Members

In This Topic
    ShapeCollection Class
    In This Topic
    Represents a collection of DrawingShape objects on an IShapeContainer.
    Object Model
    ShapeCollection Class
    Syntax
    'Declaration
     
    Public Class ShapeCollection 
       Inherits System.Collections.ObjectModel.Collection(Of DrawingShape)
    public class ShapeCollection : System.Collections.ObjectModel.Collection<DrawingShape> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.C1Word.Canvas.ShapeCollection

    See Also