ChildItem - TreeView
Returns the handle of the first child item of hItem
Type: Property
Access: Read-Only
Data Type: Handle
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| hItem | Handle | The parent item |
Syntax
Property Handle ChildItem
| Access Type | Syntax |
|---|---|
| Read Access: | Get ChildItem to HandleVariable |
Description
Use the ChildItem property to return the handle of the first child item of hItem. Once you have this handle, you can traverse the child items using the NextSiblingItem and PreviousSiblingItem properties.