ContextMenuItemSubItems Property  | 
 
                Gets a collection of sub-items.
            
 
    Namespace: 
   DotNetBrowser.ContextMenu
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.0
Syntaxpublic IEnumerable<ContextMenuItem> SubItems { get; }Property Value
Type: 
IEnumerableContextMenuItemThe collection of sub-items or an empty collection if the menu item doesn't have sub-items.
See Also