Persists individual attributes into HTML.
[Visual Basic] Overridable Protected Sub PersistAttribute( _ ByVal pd As PropertyDescriptor, _ ByVal htmlElement As IHTMLElement, _ ByVal component As Object, _ ByVal strPropertyName As String _ ) [C#] protected virtual void PersistAttribute( PropertyDescriptor pd, IHTMLElement htmlElement, object component, string strPropertyName ); [C++] protected: virtual void PersistAttribute( PropertyDescriptor* pd, IHTMLElement* htmlElement, Object* component, String* strPropertyName ); [JScript] protected function PersistAttribute( pd : PropertyDescriptor, htmlElement : IHTMLElement, component : Object, strPropertyName : String );
UserControlDesigner Class | UserControlDesigner Members | System.Web.UI.Design Namespace