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