This documentation is archived and is not being maintained.

TemplateDefinition Constructor

Initializes a new instance of the TemplateDefinition class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method TemplateDefinition(ControlDesigner, String, Object, String) Initializes a new instance of the TemplateDefinition class, using the provided designer, template name, template, and property name.
Public method 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.
Public method 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.
Public method 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.
Top
Show: