0

Visual Styles を使用したいアプリケーションがあり、Application.EnableVisualStyles(); があります。プログラムでは、Windows XP をクラシック Windows テーマで使用している顧客がいるため、これらのマシンではビジュアル スタイルが表示されません。Windowsのテーマに関係なく、視覚スタイルを「強制」する方法はありますか?

4

1 に答える 1

0

This is detected by RenderWithVisualStyles property - and this in turn is controlled by various factors listed - see documentation.

If you want to force your styles, you may consider overriding some of the theming behaviour.

于 2012-07-16T19:33:18.360 に答える