Minimizing form

K

kimiraikkonen

Hi,
Maybe simple, but i couldn't find the correct class for minimizing
current form when a "button" is clicked.



Thanks.
 
M

Michael D. Ober

kimiraikkonen said:
Hi,
Maybe simple, but i couldn't find the correct class for minimizing
current form when a "button" is clicked.



Thanks.

Take a look at the WindowState property.

Mike.
 
H

Herfried K. Wagner [MVP]

kimiraikkonen said:
Maybe simple, but i couldn't find the correct class for minimizing
current form when a "button" is clicked.

\\\
Me.WindowState = FormWindowState.Minimized
///
 

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

Top