Specifies the event type that will trigger opening of the MenuItems. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public enum NavigationStyle |
Visual Basic
![]() |
---|
Public Enumeration NavigationStyle |
Member name | Value | Description | |
---|---|---|---|
![]() |
MouseOver |
0 | Opening is triggered by a mouse hover. |
![]() |
Click |
1 | Opening is triggered by a mouse click. |
![]() |
Both |
2 | Opening is initialized by a mouse click and triggered by a successive mouse hover. |