RenderText Method
Renders the text property.
Syntax
Visual Basic Overridable Protected Sub
RenderText(
ByVal Writer As HtmlTextWriter,
ByVal text As string
)C# protected virtual void
RenderText(
HtmlTextWriter Writer,
string text
);Managed C++ protected: virtual void
RenderText(
HtmlTextWriter Writer,
string text
);JScript protected function
RenderText(
Writer : HtmlTextWriter,
text : string
);
Parameters
Writer Required. HtmlTextWriter object that receives the content. text Required. The text to render.
Return Value
No return value.
Applies To
TabItem, TOOLBARLABEL
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl