Renders the command bar. The control is contained within a HTML FieldSet
| C# | Visual Basic | Visual C++ |
public override void RenderControl( HtmlTextWriter writer )
Public Overrides Sub RenderControl ( _ writer As HtmlTextWriter _ )
public: virtual void RenderControl( HtmlTextWriter^ writer ) override
- writer (HtmlTextWriter)
- The HtmlTextWriter object that receives the control content.