NextVisibleItem - TreeView
Returns the handle of the next visible item
Type: Property
Access: Read-Only
Data Type: Handle
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| hItem | Handle | The item handle |
Syntax
Property Handle NextVisibleItem
| Access Type | Syntax |
|---|---|
| Read Access: | Get NextVisibleItem to HandleVariable |
Description
The NextVisibleItem property returns the handle of the next visible item in relation to hItem. Returns 0 if no next visible item exists.
This property only considers "visible" items. Items that are children of un-expanded items, for example, are not included when it searches for the next visible item.