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 (168 views, 412.00 KB)



Similar Topics


Reading This Topic