ShowContextMenuParametersCustomMenuItems Property |
Gets the collection of the custom context menu items.
Namespace:
DotNetBrowser.Browser.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax 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