Version 130.1.90
Represents the state of a setting.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public enum class CefState
Members Member name | Value | Description |
---|
Default | 0 |
Use the default state for the setting.
|
Enabled | 1 |
Enable or allow the setting.
|
Disabled | 2 |
Disable or disallow the setting.
|
See Also