Creates server controls using the XSP parser, and adds it to the designer host using IContainer::Add, etc.
[Visual Basic] Function CreateElement( _ ByVal htmlElement As Object, _ ByVal tagname As String, _ ByVal id As String, _ ByVal outerHTML As String _ ) As Object [C#] object CreateElement( object htmlElement, string tagname, string id, string outerHTML ); [C++] Object* CreateElement( Object* htmlElement, String* tagname, String* id, String* outerHTML ) = 0; [JScript] function CreateElement( htmlElement : Object, tagname : String, id : String, outerHTML : String ) : Object;
An instance of the appropriate server control.
IWebFormServices Interface | IWebFormServices Members | System.Web.UI.Design Namespace