TemplateDefinition Constructor

 

Initializes a new instance of the TemplateDefinition class.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

NameDescription
System_CAPS_pubmethodTemplateDefinition(ControlDesigner^, String^, Object^, String^)

Initializes a new instance of the TemplateDefinition class, using the provided designer, template name, template, and property name.

System_CAPS_pubmethodTemplateDefinition(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.

System_CAPS_pubmethodTemplateDefinition(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.

System_CAPS_pubmethodTemplateDefinition(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.

Return to top
Show: