SaveRunTimeMenu Method

LabView ActiveX Properties and Methods

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

NameTypeDescription
filePathStringPath to where you want to save the run-time menu.

Return Value

none