MindFusion.UI for WebForms Programmer's Guide

NavigationStyle Enumeration

See Also
 





Specifies the event type that will trigger opening of the MenuItems.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public enum NavigationStyle

Visual Basic  Copy Code

Public Enumeration NavigationStyle

 Members

  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.

 See Also