guides:programming:programmers_reference_manual:expand_message

EXPAND message

Expands or collapses a hierarchical list box to the specified level.

listitem = Send_Message(controlID, "EXPAND", position, level)

For EXPAND, the Send_Message function has the following parameters.

ParameterDescription
PositionPosition can have one of the following values:

Value Description
0 - Expand applied to entire list box.
> 0 - Position of item in list box.
LevelIf position is greater than 0, level is relative to the item at the specified position. If position is 0, level is absolute.
  • guides/programming/programmers_reference_manual/expand_message.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1