guides:programming:programmers_reference_manual:selpos_ex_by_pos_message

SELPOS_EX_BY_POS message

Position of a non-visible list item in a hierarchical list.

(Hierarchical) list box.

position_ex = Send_Message(controlID, "SELPOS_EX_BY_POS", position)

For SELPOS_EX_BY_POS, Send_Message() has the following parameters.

ParameterDescription
PositionThe position in the visible list (SELPOS).

position_ex contains the extended position information:

ValueDescription
<1>Position of selected item in the (fully expanded) list (LIST_EX).
<2>Level of selected item.
<3>Number of "leafs" in the next level.

0 = None.
Positive numbers indicate "leafs" are visible.
Negative numbers indicate "leafs" are invisible.
<4>Position in list (SELPOS value).
<5>Position of (immediate) predecessor.

LIST_EX and SELPOS_EX properties.

  • guides/programming/programmers_reference_manual/selpos_ex_by_pos_message.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1