WriteItemAttributes Method
Renders the object item's attributes.
Syntax
Visual Basic Overridable Protected Sub
WriteItemAttributes( ByVal oWriter As HtmlTextWriter )C# protected virtual void
WriteItemAttributes(HtmlTextWriter oWriter );Managed C++ protected: virtual void
WriteItemAttributes(HtmlTextWriter oWriter );JScript protected function
WriteItemAttributes(oWriter : HtmlTextWriter );
Parameters
oWriter Required. The HtmlTextWriter to receive the markup.
Return Value
No return value.
Applies To
TabItem, ToolbarItem
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl