DoExpandItem - TreeView
Expands an item
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| hItem | Handle | Item handle |
Syntax
Procedure DoExpandItem Handle hItem
Call Example
Send DoExpandItem hItem
Description
You can call DoExpandItem to expand an item.
Sample
This sample shows how to expand a specific item in TreeView oTreeView1
Procedure MyCustomMethod Handle hItem
Send DoExpandItem of oTreeView1 hItem
End_Procedure
See Also