NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTextWriter.AddStyleAttribute (String, String, Int32)

[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
);

Parameters

name
[To be supplied.]
value
[To be supplied.]
key
[To be supplied.]

See Also

HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace | HtmlTextWriter.AddStyleAttribute Overload List