Palettes:Refresh Method
Short Name: Refresh Palettes
Installed With: Base Package
Class: Application Methods
Updates the Controls and Functions palette set programmatically.
To update the palette set, place the Palettes:Refresh method on the block diagram to the right of the Write Palette VI and run the VI.
This method is similar to the Save Changes button on the Edit Controls and Functions Palette Set dialog box.
Remarks
The following table lists the characteristics of this method.
Available in Run-Time Engine and Real-Time Operating System | No |
Settable when the VI is running | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | Yes |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |
Example
Refer to the Update Palette VI in the labview\examples\Palette API directory for an example of using the Palettes:Refresh method.