doubleBuffered
Determines if transparent components are painted to appear truly transparent or not..
Property of
Form, SubForm
Description
When False (the default), transparent components are painted so that their
backgrounds are painted to match the background of their parent container,
notebook, subform, or form.
When True, transparent components are painted back to front (according to their
z-order) to simulate true transparency. This painting is done first to an
off screen buffer and than displayed when all the layers have been painted.
This allows more complete transparency, but causes forms to paint more slowly.