Click or drag to resize

ContextMenuItemSubItems Property

Gets a collection of sub-items.

Namespace:  DotNetBrowser.ContextMenu
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public IEnumerable<ContextMenuItem> SubItems { get; }

Property Value

Type: IEnumerableContextMenuItem
The collection of sub-items or an empty collection if the menu item doesn't have sub-items.
See Also