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!

WebControl.AddAttributesToRender

Add to writer those HTML attributes and styles that need to be rendered.

[Visual Basic]
Overridable Protected Sub AddAttributesToRender( _
   ByVal writer As HtmlTextWriter _
)
[C#]
protected virtual void AddAttributesToRender(
   HtmlTextWriter writer
);
[C++]
protected: virtual void AddAttributesToRender(
   HtmlTextWriter* writer
);
[JScript]
protected function AddAttributesToRender(
   writer : HtmlTextWriter
);

Parameters

writer
[To be supplied.]

See Also

WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace