Open/Close:Item Method
Short Name: Open/Close.Item
Installed With: Full Development System
Class: TreeControl Methods
Expands or closes a node in the tree control.
Parameters
Name | Required | Description |
---|---|---|
tag | No | Unique tag of the item you want to expand or close. If the tree control contains no items, the method returns an error. |
Open | No | If TRUE, the method expands the item. If FALSE (default), the method closes the item. |
Remarks
The following table lists the characteristics of this method.
Available in Run-Time Engine and Real-Time Operating System | Yes (Read/Write) |
Settable when the VI is running | Yes |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
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 |