Expanded

[property icon] Expanded

Set to indicate item is expanded

Read-only Runtime-only Bool property

Applies to: TreeItem

Introduced in KCML version 5.03


>Expanded

Expanded

The Expanded property is used within the ExpandChange() event handler to determine if a tree branch is being expanded or collapsed. A value of TRUE means that the branch is being expanded. For example:

BranchStatus = .treeControl1.Item(.treeControl1.ExpandItem).Expanded

See also

TreeItem methods, properties and events.