WriteItemAttributes Method

Renders the object item's attributes.

Syntax

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

Parameters

oWriter Required. The HtmlTextWriter to receive the markup.

Return Value

No return value.

Applies To

TAB, TOOLBARBUTTON, TOOLBARCHECKBUTTON, TOOLBARCHECKGROUP, TOOLBARDROPDOWNLIST, TOOLBARLABEL, TOOLBARTEXTBOX

See Also

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