Table of Contents
EngineFeature Enumeration

Represents a browser engine feature that can be enabled/disabled.

Namespace: EO.WebEngine
Assembly: EO.WebEngine (in EO.WebEngine.dll)

Syntax
 public enum EngineFeature
Members
Member Name Description
GPU Use GPU for rendering. Enabled by default.
BuiltInPlugIns Load built-in plugins. Enabled by default.
SpellChecker Use built-in spellchecker. Enabled by default.
UserGestureCheck Check user gesture before proceeding on some actions. Enabled by default.
ProprietaryMediaFormats Use proprietary media format. Disabled by default.
DownloadBubble Whether to display download status bubble. Disabled by default.
StatusBubble Whether to display status message bubble at the bottom left corner of the WebView. Disabled by default.
PasswordManager Whether to display built-in password manager. Enabled by default.
AutoComplete Whether to enable auto-complete feature. Enabled by default.
See Also