Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
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