PropertyDescriptorConfigurable Property |
Version 130.1.90
True if the type of this property descriptor may be changed and if the property may be
deleted from the corresponding object.
Namespace: CefSharp.DevTools.RuntimeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool Configurable { get; set; }
public:
property bool Configurable {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also