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

Menu.ExpandOnClick Property

Gets or sets the value indicating whether submenu should expand on mouse click event or mouse over event.

[Visual Basic]
Overridable Public Property ExpandOnClick As ExpandOnClickState
[C#]
public virtual ExpandOnClickState ExpandOnClick {get; set;}

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


Direct link to this topic