Paint Event


PLBCMP GUI Only

 

The Paint event occurs when a portion or all of a WINDOW has been erased by another WINDOW and needs redrawing. Use the Paint event to perform special processing when the form is redrawn.

Note the following:

  1. The Paint event is referenced using an event value of sixteen (16). The equated label in PLBEQU.INC for this event is $PAINT.

  2. This event allows the program to re-paint any custom controls.

 

 

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

 



PL/B Language Reference Orient Event PostMessage Event