TemplateEditingService Methods

 

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

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.

System_CAPS_pubmethodDispose()

This API supports the product infrastructure and is not intended to be used directly from your code. Releases all resources that are used by the TemplateEditingService object.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

This API supports the product infrastructure and is not intended to be used directly from your code. Finalizes the service.(Overrides Object::Finalize().)

System_CAPS_pubmethodGetContainingTemplateName(Control^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name of the parent template.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: