Table of Contents

Property SubItems

Namespace
DotNetBrowser.ContextMenu
Assembly
DotNetBrowser.dll

SubItems

Gets a collection of sub-items.

public IEnumerable<ContextMenuItem> SubItems { get; }

Property Value

IEnumerable<ContextMenuItem>

The collection of sub-items or an empty collection if the menu item doesn't have sub-items.