Click or drag to resize
TextBoxWithLabel Properties

The TextBoxWithLabel type exposes the following members.

Properties
  NameDescription
Public propertyEnableAutoComplete
Gets or sets whether autocomplete is enabled.
(Inherited from CMSTextBox.)
Public propertyIsLiveSite
Indicates if control is used on live site.
(Inherited from CMSTextBox.)
Public propertyLabelCssClass
CSS class for label.
Public propertyLabelFirst
Indicates if label has to be placed before text box.
Public propertyLabelText
Label text.
Public propertyProcessMacroSecurity
Indicates if security parameters in macros are handled automatically.
(Inherited from CMSTextBox.)
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.
(Inherited from CMSTextBox.)
Public propertyValueIsMacro
If true, the value is processed as a macro (signed as a whole)
(Inherited from CMSTextBox.)
Public propertyWatermarkCssClass
The CSS class to apply to the TextBox when it has no value (e.g. the watermark text is shown).
(Inherited from CMSTextBox.)
Public propertyWatermarkText
The text to show when the control has no value.
(Inherited from CMSTextBox.)
Top
See Also