Click or drag to resize
CMSTextBox Properties

The CMSTextBox type exposes the following members.

Properties
  NameDescription
Public propertyEnableAutoComplete
Gets or sets whether autocomplete is enabled.
Public propertyIsLiveSite
Indicates if control is used on live site.
Public propertyProcessMacroSecurity
Indicates if security parameters in macros are handled automatically.
Public propertyText
Gets or sets the text content of the System.Web.UI.WebControls.TextBox control. If ProcessMacroSecurity is true, macro security parameters are processed.
Public propertyValueIsMacro
If true, the value is processed as a macro (signed as a whole)
Public propertyWatermarkCssClass
The CSS class to apply to the TextBox when it has no value (e.g. the watermark text is shown).
Public propertyWatermarkText
The text to show when the control has no value.
Top
See Also