Click or drag to resize
CMSTextBoxRender Method
Renders the text box control. If length exceeds MaxLength because of macros, warning icon is displayed.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
protected override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
HtmlTextWriter object
See Also