Dart.PowerWEB.TextBox Namespace > HtmlBox Class : RenderEndTag Method (HtmlBox) |
Renders the HTML opening tag of the control into the specified writer. This method is used primarily by control developers.
[Visual Basic]
Overrides Public Sub RenderEndTag( _
ByVal writer As HtmlTextWriter _
)
[C#]
public override void RenderEndTag(
HtmlTextWriter writer
);
[C++]
public: void RenderEndTag(
HtmlTextWriter* writer
) override
[C++/CLI]
public:
void RenderEndTag(
HtmlTextWriter^ writer
) override
This is made public so other controls can render multiple controls in between the opening and closing tags of a Web server control. This method is not intended to be used from within your code.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.