Nevron Forum

FormBorderStyle for NForm?

https://www.nevron.com/Forum/Topic3925.aspx

By Lee Eun Sung - Tuesday, August 3, 2010

NFrameAppearance frameAppearance = new NFrameAppearance();

frameAppearance.CaptionHeight = 0;

frameAppearance.BottomBorder = 0;

frameAppearance.LeftBorder = 0;

frameAppearance.RightBorder = 0;

frm.FrameAppearance = frameAppearance;

1) Before Coding

 Before Coding

 

 2) After Coding

 

 After coding

 

  

Why?

Please tell me how can i sizing for NForm?

 

Please tell me how can i change of design time for NForm?

 

By Nevron Support - Monday, August 9, 2010

Hello Lee Eun Sung,

To remove the border of NForm in design time you need to put the code that you post in InitializeComponent method of the form.

However, it is not recommended because it may have unpredictable behavior.