TreeControl class/Active Item.Indent Level property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 756A3C11
Scope Basic Development Environment
Data Name Indent Level
Short Name* Indent Level
Long Name* Active Item:Indent Level
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 66
Owning Class Name TreeControl Class
Data Type I32 data type

I32

Property Node Active Item:Indent Level
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

The level at which the active item(s) appears in the hierarchy. Wire a value of 0 to this property to move the item to the highest level in the hierarchy.

If the active item is the column headers, this property returns an error. If the active item is all rows, this property returns an error.

If you wire a value to this property that is more than one level greater than the indent level of the item above the item you want to indent, this property returns an error.

This property is similar to the Indent Item and Outdent Item items on the shortcut menu of a tree control.


Uses

History

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

See Also

External Links