LabVIEWAdapter.GetExpressVIMenuStructure
- Updated2025-07-21
- 1 minute(s) read
LabVIEWAdapter.GetExpressVIMenuStructure
Syntax
LabVIEWAdapter.GetExpressVIMenuStructure( refreshMenu, parentHWnd = 0)
Return Value
Purpose
Returns a PropertyObject array that specifies the structure of the Express VI menu TestStand uses to select an Express VI.
Remarks
TestStand uses this method to create the context menu that becomes visible when you browse for an Express VI in the LabVIEW Module pane. Each element of the array is a PropertyObject container with subproperties that specify the menu name, the path to the Express VI, and the icon for the menu.
Parameters
refreshMenu As Boolean
[In] Specifies whether to force TestStand to rebuild the Express VI menu. TestStand caches the menu and only rebuilds the menu when you configure the LabVIEW Adapter to use a different LabVIEW version. TestStand does not automatically refresh the menu when you select a different function palette view in LabVIEW.
parentHWnd As Long
[In] Specifies the parent window handle TestStand uses for the progress window the method might display.
This parameter has a default value of 0 .