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

Menu.TopGroup Property

Gets the top level menu group.

[Visual Basic]
Public ReadOnly Property TopGroup As MenuGroup
[C#]
public MenuGroup TopGroup {get;}

Property Value

MenuGroup

The top level menu group object.

This property is read only. However, you can set the properties of the MenuGroup object it returns.

Remarks

Use TopGroup to control the appearance, behavior and content of the top level menu items.

See Also

Menu Class | EO.Web Namespace


Direct link to this topic