Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the style attributes to the HtmlTextWriter.
Syntax
Visual Basic Public Sub
AddAttributesToRender( ByVal oWriter As HtmlTextWriter )C# public void
AddAttributesToRender(HtmlTextWriter oWriter );Managed C++ public: void
AddAttributesToRender(HtmlTextWriter oWriter );JScript public function
AddAttributesToRender(oWriter : HtmlTextWriter );
Parameters
oWriter Required. The HtmlTextWriter that receives the style attributes.
Return Value
No return value.
Applies To
CssCollection
See Also