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