TemplateEditingService::CreateFrame Method

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new template editing frame.

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

NameDescription
System_CAPS_pubmethodCreateFrame(TemplatedControlDesigner^, String^, array<String^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new template editing frame for the specified templated control designer, using the specified name and templates.

System_CAPS_pubmethodCreateFrame(TemplatedControlDesigner^, String^, array<String^>^, Style^, array<Style^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new template editing frame for the specified TemplatedControlDesigner object, using the specified name, template names, control style, and template styles.

Return to top
Show: