XP Visual Styles and .NET

  • Thread starter Thread starter Fredrik Mörk
  • Start date Start date
F

Fredrik Mörk

Hi,

This is not a post on how I get XP Visual Style into my app (I know that).
My question is if anybody knows why the standard setting of the FlatStyle
property is "Standard", while this seems not to be the default behaviour in
the rest of Windows. It would make more sense to me if the standard setting
would be "System". Is there a specific reason for this?

brg

/fredrik
 
Fredrik,
Is there a specific reason for this?

The Standard setting enables features that the underlying Win32
controls don't directly support, but are implemented with drawing code
in the Windows Forms wrapper controls.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top