ControlParser Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

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

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_pubmethodSystem_CAPS_staticParseControl(IDesignerHost^, String^)

Creates a control from the specified markup using the specified designer host.

System_CAPS_pubmethodSystem_CAPS_staticParseControl(IDesignerHost^, String^, String^)

Creates a control from the specified markup using the specified designer host and directives.

System_CAPS_pubmethodSystem_CAPS_staticParseControls(IDesignerHost^, String^)

Creates an array of controls from the specified markup using the specified designer host.

System_CAPS_pubmethodSystem_CAPS_staticParseTemplate(IDesignerHost^, String^)

Creates an ITemplate interface from the specified template markup.

System_CAPS_pubmethodSystem_CAPS_staticParseTemplate(IDesignerHost^, String^, String^)

Parses the specified template markup and creates an ITemplate interface.

System_CAPS_pubmethodToString()

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

Return to top
Show: