Gets the submenu of this menu item.
[Visual Basic]
Public ReadOnly Property SubMenu As
MenuGroup
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