[To be supplied.]
[Visual Basic] Overridable Public Function GetChildControlType( _ ByVal tagName As String, _ ByVal attribs As IDictionary _ ) As Type [C#] public virtual Type GetChildControlType( string tagName, IDictionary attribs ); [C++] public: virtual Type* GetChildControlType( String* tagName, IDictionary* attribs ); [JScript] public function GetChildControlType( tagName : String, attribs : IDictionary ) : Type;
BaseControlBuilder Class | BaseControlBuilder Members | System.Web.UI Namespace