Jump to content

XInterfaceLibrary class/Style Name property: Difference between revisions

From LabVIEW Wiki
m Added Private Property Category to page
Added description
 
Line 12: Line 12:
|}}
|}}
{{TOCright}}
{{TOCright}}
 
Set by xitem developers who want their xitem to have the style property for an instance of the xitem report a style different from the xitem's name. Currently, this alternative style name is only used by the [[XNode]]. [[XControl]]s might use it someday.


== Uses ==
== Uses ==
Line 31: Line 31:
== 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:Private Property]]
[[Category:Private Property]]
[[Category:VI Server Property]]
[[Category:VI Server Property]]

Latest revision as of 14:56, 4 December 2020

VI Server Property Information
Property ID 6F2F003
Scope Private
Data Name StyleName
Short Name* StyleName
Long Name* Style Name
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 103
Owning Class Name XInterfaceLibrary Class
Data Type String data type

String

Property Node Style Name
PermissionsRead/Write

Set by xitem developers who want their xitem to have the style property for an instance of the xitem report a style different from the xitem's name. Currently, this alternative style name is only used by the XNode. XControls might use it someday.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links