SaveRunTimeMenu Method
Installed With: Base Package
Class: VI Methods (ActiveX)
Saves the LabVIEW run-time menu to a file specified by filePath. This method works only when the VI is running. It saves only menu items with valid tags.
Syntax
object.SaveRunTimeMenu(filePath)
Parameters
Name | Type | Description |
---|---|---|
filePath | String | Path to where you want to save the run-time menu. |
Return Value
none