Top
PowerCOBOL V11.0 Reference
FUJITSU Software

6.14 DropDown Event

Description:

Generated when a dropdown button is clicked.

It is only generated when the Style property of the clicked button is "4 - DropDownButton".

Used in controls:

Toolbar

Used in objects:

None.

Parameters:

1. [VT_I4 - Index S9(9) COMP-5]

2. VT_I4 - ButtonIndex S9(9) COMP-5

3. VT_I4 - PosX S9(9) COMP-5

4. VT_I4 - PosY S9(9) COMP-5

Description of parameters:

  1. Index: When the control is part of an array, Index contains the control's index in the array.

  2. ButtonIndex: Index of the clicked button.

  3. PowX: The horizontal coordinate of the bottom-left corner of the clicked button.
    The ScaleMode property of the Toolbar control determines the units.

  4. PowY: The vertical coordinate of the bottom-left corner of the clicked button.
    The ScaleMode property of the Toolbar control determines the units.