LabWindows/CVI

Content Type
Programming Language
Current manual

Menu Bar Overview

Menu Bar Overview

A menu bar encapsulates a set of commands in menu form. A menu bar appears as a bar at the top of a panel and contains a set of menu titles. The following example is a menu bar in the CVI environment:

A menu title ending in an exclamation point is called an immediate action menu and does not have an associated pull-down menu. When the user clicks an immediate action menu, a command executes immediately.

A menu title without an exclamation point has a pull-down menu. The menu can contain menu items and submenu titles. When you select a submenu title, submenu items appear on the side. The following example is a submenu bar in the CVI environment:

You can create menu bars in LabWindows/CVI using the Edit Menu BarEdit Menu Bar dialog box or programmatically using the User Interface Library functions.

Operating Menu Bars

Programming Menu Bars

Menu Bar Attributes

Menu Bar Functions

Menu Bar Events

Was this information helpful?