Form Event - Minimizing/Restoring

  • Thread starter Thread starter Phil Jones
  • Start date Start date
P

Phil Jones

I'm no doubt missing the blindingly obvious here - but where's the event on
a Form that indicates that is has either been minimized or restored? (is
there one?)

Thanks everyone.
===
Phil
 
Hi Phil,

There isn't one specifically for Minimize/Maximize/Restore, but you can
test for FormWindowState.Maximized/Minized/Normal in the
Form.WindowState property in the SizeChanged event.
 
Back
Top