Click or drag to resize

CefState Enumeration

Version 75.1.140
Represents the state of a setting.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public enum CefState
Members
  Member nameValueDescription
Default0 Use the default state for the setting.
Enabled1 Enable or allow the setting.
Disabled2 Disable or disallow the setting.
See Also