ItemActivate Event


PLBCMP GUI Only

 

The ItemActivate event occurs when the mouse button is pressed and released over an item in a LISTVIEW object.

Note the following:

  1. The ItemActivate event is referenced using an event value of twenty-five (25). The equated label in PLBEQU.INC for this event is $ITEMACTIVATE.

  2. This event depends on the setting of the ACTIVATE property.

  3. The Event Result value is the item number * 100 + the sub item number.

  4. The Event Modifier contains a value from the following table:

  5.  

    Value

    Key Pressed

    1

    ALT

    2

    CTRL

    4

    SHIFT

 

 

See Also: EVENTREGISTER, Object Events, Object IO Instructions, Object Definitions

 



PL/B Language Reference HScroll Event ItemClick Event