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