dahall / AeroWizard

Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
MIT License
112 stars 32 forks source link

Background colour #52

Closed dahall closed 5 years ago

dahall commented 5 years ago

Is there a way to set the background colour of the area around the wizard page and title?
I need to set the whole background to the control colour, ie not white in the wizard control area. Setting .BackColor for all the controls in the WizardControl affects only wizard page area and the title text area - the surrounding panels stay white.

Originally posted: 2014-03-14T07:50:32

dahall commented 5 years ago

To set the background to SystemColors.Control, set the ClassicStyle property on WizardControl to BasicStyle.

Originally posted: 2014-03-17T07:19:06