Gets or sets the value indicating whether submenu should expand on mouse click event or mouse over event.
Property Value
ExpandOnClickState enumeration
Indicating the triggering event (mouse over or mouse click) to expand a submenu. The default is mouse over event.
This property is read/write.
Remarks
By default, the value is "Disabled" and submenu automatically expands when mouse moves over a menu item. If this property is set to ExpandOnClickState.EnabledForTopLevelOnly, you will need to click on one of the top level menu items to expand submenus. Once a submenu is expanded, you can point the mouse to expand other submenus.
This property has different default value for a SlideMenu, please see SlideMenu.ExpandOnClick for more details.
See Also
Menu Class | EO.Web Namespace