Profile Picture

FormBorderStyle for NForm

Posted By saurabh shukla 14 Years Ago
Author
Message
saurabh shukla
Posted 14 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)Forum Newbie (5 reputation)

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

Hi,

I am new to C sharp & Nevron UI. I want to change/remove border for NForm for that i am trying to set FormBorderStyle like this:

Form frm = new Form();

frm.FormBorderStyle = FormBorderStyle.None; // FormBorderStyle.FixedSingle; // FormBorderStyle.FixedDialog;

frm.Show();

but there is no change in border style while change occurs for windows forms.

Please tell me how can i change/remove border for NForm?

Thanks

Saurabh Shukla

 






Similar Topics


Reading This Topic