Form - Prevent Flicker when changing Opacity

  • Thread starter Thread starter Jeff Williams
  • Start date Start date
J

Jeff Williams

I have a form with several tabs and I want to dynamically change the
opacity of it while shown. Is there a way to stop the form updating on
screen until all controls have change opacity then allow the form to
display.

Lookings for something like

this.SuspendUpdate

then

this.RestoreUpdate

Regards
Jeff
 
Back
Top