Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

MenuItem.SubItems Property

Returns a collection of child items.

[Visual Basic]
Public ReadOnly Property SubItems As MenuItemCollection
[C#]
public MenuItemCollection SubItems {get;}

Remarks

This property returns the same collection as MenuItem.SubMenu.Items.

See Also

MenuItem Class | EO.Web Namespace


Direct link to this topic