Table of Contents

Property ExtensionMenuItems

Namespace
DotNetBrowser.Browser.Handlers
Assembly
DotNetBrowser.dll

ExtensionMenuItems

Gets the collection of the extension context menu items.

public IEnumerable<ContextMenuItem> ExtensionMenuItems { get; }

Property Value

IEnumerable<ContextMenuItem>

The collection of the context menu items added by Chrome extensions. Can be empty if the extensions do not add any items to the context menu.