CefState EnumerationXilium.CefGlue

[This is preliminary documentation and is subject to change.]

Represents the state of a setting.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.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