Get resize mode of WinForm in c# -
Assume that I have a simple form in C # .NET, and it has to be changed again. The size is changed during the form, how can I get the maximum, and at least when ?? Is there any The form object is a resize mode property in any event?
windowstate property whose value is
FormWindowState < / Code> is one of the enumerated values:
normal ,
least , or
maximized . If you check that property in your resuscitation event, will he tell you what you should know?
Comments
Post a Comment