ButtonClick Event
PLBCMP GUI Only
The ButtonClick event occurs when a button in a TOOLBAR object is selected using the mouse.
Note the following:
The ButtonClick event is referenced using an event value of twenty-six (26). The equated label in PLBEQU.INC for this event is $BUTTONCLICK.
The ButtonClick event is the same as the ItemClick event.
The Event Result value is the TAG property from the associated TOOLBUTTON object.
The Event Modifier contains a one-based menu selection value or zero for none.
See Also: EVENTREGISTER, Object Events, Object IO Instructions, Object Definitions
![]() |