TemplateDefinition Constructor
.NET Framework 3.0
Initializes a new instance of the TemplateDefinition class. TemplatedControlDesigner Extending Design-Time Support How to: Extend the Appearance and Behavior of Controls in Design Mode
| Name | Description |
|---|---|
| TemplateDefinition (ControlDesigner, String, Object, String) | Initializes a new instance of the TemplateDefinition class, using the provided designer, template name, template, and property name. |
| TemplateDefinition (ControlDesigner, String, Object, String, Boolean) | Initializes a new instance of the TemplateDefinition class, using the provided designer, template name, template, property name, and whether to limit the template contents to Web server controls. |
| TemplateDefinition (ControlDesigner, String, Object, String, Style) | Initializes a new instance of the TemplateDefinition class, using the provided designer, template name, template, property name, and Style object. |
| TemplateDefinition (ControlDesigner, String, Object, String, Style, Boolean) | Initializes a new instance of the TemplateDefinition class, using the provided designer, template name, template, property name, Style object, and whether to limit content to Web server controls. |
Community Additions
ADD
Show: