WriteAttributes Method

Writes attributes to the HtmlTextWriter object.

Syntax

Visual Basic Overrides  Protected   Sub 
WriteAttributes( ByVal oWriter As HtmlTextWriter )
C# protected   override void 
WriteAttributes(HtmlTextWriter oWriter );
Managed C++ protected:  void 
WriteAttributes(HtmlTextWriter oWriter );
JScript protected   override function
WriteAttributes(oWriter : HtmlTextWriter );

Parameters

oWriter Required. HtmlTextWriter object that contains the attribute.

Return Value

No return value.

Applies To

TabItem, ToolbarItem

See Also

Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl