Profile Picture

FormBorderStyle for NForm?

Posted By Lee Eun Sung 14 Years Ago
Author
Message
Lee Eun Sung
Posted 14 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

Group: Forum Members
Last Active: 14 Years Ago
Posts: 2, Visits: 1

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?

 



Attachments
before.bmp (153 views, 387.00 KB)
after.bmp (167 views, 412.00 KB)
Nevron Support
Posted 14 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Last Week
Posts: 3,054, Visits: 4,009

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.

 



Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic