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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top