Windows Form Styles

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm sure this is just me being stupid, but I can't seem to find the
properties for setting a Windows Form to be of various styles (like you used
to be able to do in 6.0) - things like "Borderless", "Tool Panel", or
whatever. What happened to that stuff?

Alex
 
What a riot! That's so funny. Yes, somehow my brain just didn't register that
property. Thanks!

Alex
 
Hi Alex,

Thanks for posting!

As Gabriel mentioned, the "Borderless" style is contained in the
"FormBorderStyle" property. Just for your reference:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemwindowsformsformclassformborderstyletopic.asp

For the "Tool Panel", there is a new control named "Tool bar" in the .Net
framework:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemwindowsformstoolbarclasstopic.asp

Hope this will be helpful!

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
 
Back
Top