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

MenuItem.SubMenu Property

Gets the submenu of this menu item.

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

Property Value

MenuGroup

The submenu of the current menu item.

The property is read only, however, you can access the properties and methods of the object it returns.

Remarks

Use SubMenu property to control the appearance, behavior and contents of the submenu. For example, the shadow color of the submenu, the space between each menu item in the submenu, the effect, expand direction, sub menu items, etc.

Please refer to MenuGroup for details.

See Also

MenuItem Class | EO.Web Namespace


Direct link to this topic