SETAutoPaint(PaintOption)


Description :
 


This method Determines if GoDB's Automatic Painting is enabled. GoDB paints the controls
when the focus is changed, Print Statement is executed etc. Sometimes this may need
to be disabled when the painting is entirely taken care by the programmer in Gbasic using
Paint Function, Paint Method in Objects (#text1.paint(1)) and Update Function.

See Also: Paint,Update, KeyHandled, MouseHandled


Usage :

SetAutoPaint(0) ' Disable Auto Paints

SetAutoPaint(1) ' Enable Auto Paints