Description
Expands or collapses a hierarchical list box to the specified level.
Syntax
listitem = Send_Message(controlID, "EXPAND", position, level)
Parameters
For EXPAND, the Send_Message function has the following parameters.
| Parameters | Description | ||||||
|---|---|---|---|---|---|---|---|
| Position | Position can have one of the following values:
| ||||||
| Level | If position is greater than 0, level is relative to the item at the specified position. If position is 0, level is absolute. |