Table of Contents

Property CustomMenuItems

Namespace
DotNetBrowser.Browser.Handlers
Assembly
DotNetBrowser.dll

CustomMenuItems

Gets the collection of the custom context menu items.

[Obsolete(" The custom context menu items are not supported since Chromium 40.")]
public IEnumerable<ContextMenuItem> CustomMenuItems { get; }

Property Value

IEnumerable<ContextMenuItem>

The collection of the custom context menu items. Can be empty if the context menu does not contain any custom items.