ContextMenuItemSubItems Property |
Gets a collection of sub-items.
Namespace:
DotNetBrowser.ContextMenu
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public 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