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 resize mode property in any event?

The form object is a 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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -