TemplateGroupCollection Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Adds the specified TemplateGroup object to the end of the collection. |
| AddRange | Adds the template groups in an existing TemplateGroupCollection object to the current TemplateGroupCollection object. |
| Clear | Removes all groups from the collection. |
| Contains | Determines whether the specified group is contained within the collection. |
| CopyTo | Copies the groups in the collection to a compatible one-dimensional array, starting at the specified index of the target array. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| IndexOf | Returns the index of the specified TemplateGroup object within the collection. |
| Insert | Inserts a TemplateGroup object into the collection at the specified index. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Remove | Removes the specified TemplateGroup object from the collection. |
| RemoveAt | Removes the TemplateGroup object at the specified index within the collection. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
Reference
TemplateGroupCollection ClassSystem.Web.UI.Design Namespace
ControlDesigner.TemplateGroups Property
TemplateGroup
TemplateDefinition
Other Resources
Introduction to ASP.NET Control DesignersExtending Design-Time Support
How to: Extend the Appearance and Behavior of Controls in Design Mode
Community Additions
ADD
Show: