ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / TemplateCollection Class
Members

In This Topic
    TemplateCollection Class
    In This Topic
    Represents a collection of tile templates.
    Object Model
    TemplateCollection Class
    Syntax
    'Declaration
     
    
    Public Class TemplateCollection 
       Inherits System.Collections.ObjectModel.Collection(Of Template)
    public class TemplateCollection : System.Collections.ObjectModel.Collection<Template> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.Win.C1Tile.TemplateCollection

    See Also