Get Menu Item Info Function
- Updated2025-07-30
- 3 minute(s) read
Returns the attributes of a menu item or menu bar.
(Real-Time Module) You cannot use this function in VIs that run on RT targets.

Inputs/Outputs
item tag
—
item tag identifies the item whose attributes you want to return. The default is to return the menu bar attributes. Use application item tags to return application menu item attributes.
menu reference
—
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
submenu tags
—
menu reference out
—
item name
—
item name is the string that appears in the menu.
enabled
—
If enabled is FALSE, the menu item is grayed out.
error out
—
error out contains error information. This output provides standard error out functionality.
checked
—
If checked is TRUE, the menu item has a checkmark next to it.
short cut
—
short cut is the keyboard equivalent of selecting this menu item with a mouse.
|
item tag
—
menu reference
—
error in (no error)
—
submenu tags
—
menu reference out
—
item name
—
enabled
—
error out
—
short cut
—