PostDataIsReadOnly Property |
Version 130.1.90
Returns true if this object is read-only.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
Property Value
BooleanImplements
IPostDataIsReadOnly
See Also