Gets or sets the text content of the System.Web.UI.WebControls.TextBox control.
            If ProcessMacroSecurity is true, macro security parameters are processed.       
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic string Text { get; set; }Property Value
Type: 
String Remarks
Remarks
            IMPORTANT: keyword "new" is at use to hide macro signatures from output. 
            In case of "override" keyword, macros in CMSTextArea controls (such as the transformation editor) will be display with full signature (hash).
            
 See Also
See Also