Table of Contents

Property CustomMenuItems

Namespace
DotNetBrowser.Browser.Handlers
Assembly
DotNetBrowser.dll

CustomMenuItems

Gets the collection of the custom context menu items.

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.