| BrowserSettingsTextAreaResize Property  | 
Version 94.4.20 
            Controls whether text areas can be resized. Also configurable using the
            "disable-text-area-resize" command-line switch.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
 Syntax
Syntaxpublic CefState TextAreaResize { get; set; }public:
virtual property CefState TextAreaResize {
	CefState get () sealed;
	void set (CefState value) sealed;
}Property Value
Type: 
CefStateImplements
IBrowserSettingsTextAreaResize See Also
See Also