[To be supplied.]
[Visual Basic] Overloads Overridable Protected Sub AddStyleAttribute( _ ByVal name As String, _ ByVal value As String, _ ByVal key As Integer _ ) [C#] protected virtual void AddStyleAttribute( string name, string value, int key ); [C++] protected: virtual void AddStyleAttribute( String* name, String* value, int key ); [JScript] protected function AddStyleAttribute( name : String, value : String, key : int );
HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace | HtmlTextWriter.AddStyleAttribute Overload List