MulticolumnListbox class/Item Symbols property: Difference between revisions
Appearance
m Category reorg |
→Uses: Added how to indent an item by the symbol offset |
||
| Line 27: | Line 27: | ||
== Uses == | == Uses == | ||
{{ambox|text=Specific use cases for this property.}} | {{ambox|text=Specific use cases for this property.}} | ||
* Indent the symbols by using the following equation: | |||
<code>Index to Set = Orginal Item Symbol Index + Indent Level * 65536</code> | |||
== History == | == History == | ||
Revision as of 04:44, 28 June 2021
| VI Server Property Information | |
|---|---|
| Property ID | 18D99001 |
| Scope | Basic Development Environment |
| Data Name | ItemSyms |
| Short Name* | ItemSyms |
| Long Name* | Item Symbols |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 46 |
| Owning Class Name | MulticolumnListbox Class |
| Data Type | I32 Array data type |
| Property Node | |
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Permissions | Read/Write |
| Remote access allowed | Yes |
| Settable when the VI is running | Yes |
Array of item symbols. Item symbols (0-40) are as shown in the listbox symbol ring constant.
This property is similar to the Item Symbols item on the shortcut menu of a listbox.
Uses
| |
Specific use cases for this property. |
- Indent the symbols by using the following equation:
Index to Set = Orginal Item Symbol Index + Indent Level * 65536
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |