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

Menu.KeepExpandedOnClick Property

Gets or sets the value indicating whether a submenu should keep expanded after a menu item is clicked.

[Visual Basic]
Public Property KeepExpandedOnClick As Boolean
[C#]
public Boolean KeepExpandedOnClick {get; set;}

Remarks

By default, when user clicks on an item, expanded submenu will collapse immediately. You can disable this behavior by setting this property to true for a menu or a menu group. When this property is set to true, the expanded submenu will collapse only if user clicks the mouse outside of the menu or expands another submenu.

See Also

Menu Class | EO.Web Namespace


Direct link to this topic