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