Jump to content

Application class/Application.Menu Set property: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Added Deprecated Property Category to page
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerProperty
{{VIServerProperty
| classid = 1
| classid = 1
| propertyid = FF
| propertyid = 1F
| scope=deprecated
| scope=deprecated
| dataname = App.MenuSet
| dataname = App.MenuSet
Line 30: Line 30:
== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}
[[Category:Deprecated Property]]


[[Category:Property]]
[[Category:Private Property]]
[[Category:VI Server Property]]
[[Category:VI Server Property]]

Latest revision as of 20:29, 7 May 2020

VI Server Property Information
Property ID 1F
Scope Deprecated
Data Name App.MenuSet
Short Name* App.MenuSet
Long Name* Application:Menu Set
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Data Type String data type

String

Property Node Application:Menu Set

This property returns the palette set name currently in use. Palette set is a concept from pre-LabVIEW 8 where users could have more than one set of palettes. Since LabVIEW 8, LabVIEW ships with only one palette set and doesn't allow users to create more palette sets. There is no concepts of palette set anymore.

Uses

History

Version Change(s)
LabVIEW 8 Deprecated in LabVIEW 8. Users can no longer create palette sets.

See Also

External Links