Retrieves the attributes of an item in the menu.
item tag
Tag of the item whose attributes you want to retrieve.
Default:
Empty string — Causes this node to retrieve the menu bar attributes.
menu reference
Reference to a menu bar in a VI.
error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Many nodes provide an
error in
input and an
error out
output so that the node can respond to and communicate errors that occur while code is running. The value of
error in
specifies whether an error occurred before the node runs. Most nodes respond to values of
error in
in a standard, predictable way.
error in
does not contain an error
|
error in
contains an error
|
|
|
If no error occurred before the node runs, the node begins execution normally.
If no error occurs while the node runs, it returns no error. If an error does occur while the node runs, it returns that error information as
error out.
|
If an error occurred before the node runs, the node does not execute. Instead, it returns the
error in
value as
error out.
|
Default:
No error
submenu tags
Tags of the submenus if the item has submenus..
menu reference out
Reference to the menu bar in a VI.
error out
Error information.
The node produces this output according to standard error behavior.
Many nodes provide an
error in
input and an
error out
output so that the node can respond to and communicate errors that occur while code is running. The value of
error in
specifies whether an error occurred before the node runs. Most nodes respond to values of
error in
in a standard, predictable way.
error in
does not contain an error
|
error in
contains an error
|
|
|
If no error occurred before the node runs, the node begins execution normally.
If no error occurs while the node runs, it returns no error. If an error does occur while the node runs, it returns that error information as
error out.
|
If an error occurred before the node runs, the node does not execute. Instead, it returns the
error in
value as
error out.
|
enabled?
A Boolean that indicates whether the item is enabled in the menu.
True |
The item is enabled in the menu. |
False |
The item is disabled and grayed out in the menu. |
checked?
A Boolean that indicates whether the item has a checkmark next to it.
True |
The item has a checkmark next to it. |
False |
The item does not have a checkmark next to it. |
shortcut
Keyboard equivalent of selecting the item with a mouse.
include shift key
A Boolean that indicates whether the shortcut includes the <Shift> key.
True |
The shortcut includes the <Shift> key. |
False |
The shortcut does not include the <Shift> key. |
include control key
A Boolean that indicates whether the shortcut includes the <Ctrl> key.
True |
The shortcut includes the <Ctrl> key. |
False |
The shortcut does not include the <Ctrl> key. |
shortcut key
Key associated with the shortcut.
Where This Node Can Run:
Desktop OS: Windows
FPGA:
Not supported
Web Server: Not supported in VIs that run in a web application