ExpressVIMenuItemProperties
- Updated2025-07-21
- 1 minute(s) read
ExpressVIMenuItemProperties
Use these property names with the property objects the LabVIEWAdapter.GetExpressVIMenuStructure method returns to access information about menu structures.
- ExpressVIMenu_IconProp –(Value: IconHandle) Numeric value that is the handle in a metafile that contains the icon of the Express VI.
- ExpressVIMenu_IsSubmenuProp –(Value: IsSubMenu) Boolean value that specifies whether the menu item is a submenu. Use ExpressVIMenu_MenuItemsProp to access the submenu items.
- ExpressVIMenu_MenuItemsProp –(Value: MenuItems) PropertyObject array that represents the menu items in a submenu.
- ExpressVIMenu_NameProp –(Value: ItemName) String value that specifies the text to display for the menu item.
- ExpressVIMenu_PathProp –Value: ItemPath) String value that specifies the absolute path to the Express VI.
- ExpressVIMenu_SeparatorAboveProp –(Value: SeparatorAbove) Boolean value that specifies whether a separator exists above the menu item.