TemplateGroup Class
A collection of TemplateDefinition objects representing the template elements in a Web server control at design time.
Assembly: System.Design (in System.Design.dll)
The TemplateGroup type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TemplateGroup(String) | Initializes a new instance of the TemplateGroup class, using the provided name. |
![]() | TemplateGroup(String, Style) | Initializes a new instance of the TemplateGroup class, using the provided name and style. |
| Name | Description | |
|---|---|---|
![]() | GroupName | Gets the name of the group. |
![]() | GroupStyle | Gets the current style for the group. |
![]() | IsEmpty | Gets a value indicating whether there are any templates in the group. |
![]() | Templates | Gets an array of all template definitions in the group. |
| Name | Description | |
|---|---|---|
![]() | AddTemplateDefinition | Adds the provided TemplateDefinition to the group. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The following code example demonstrates how to create a control designer class that derives from the ControlDesigner class. This control designer supports a control with four possible templates.
To try it, compile the code, and then, in a design host such as Visual Studio 2005, look at the page in Design view. Select the control, click the action list to select a template to modify, and then use the drag-and-drop feature to move controls into the template.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.


