Click or drag to resize

ShowContextMenuParametersCustomMenuItems Property

Gets the collection of the custom context menu items.

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IEnumerable<ContextMenuItem> CustomMenuItems { get; }

Return Value

Type: IEnumerableContextMenuItem
The collection of the custom context menu items. Can be empty if the context menu does not contain any custom items.
See Also