Wizard button color properties

Wizard for Windows Forms Forum

Posted 19 years ago by Cor Visser
Avatar
After adding a ne wizard object to my form I try to change the color properties of the buttons (...ButtonBackColor )

In Designer mode the colors show up, but in running the programme they appear not to change. In fact they stuill use the form color and appear to transparent even when changing colors

The WizardButtonContainerDefaultBackgroundFill is also changed by me and that appears correct


What am I doing wrong?

Cor

[Modified at 08/02/2005 12:22 PM]

Comments (1)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
The FlatStyle setting of the buttons can conflict, which is part of Windows Forms behavior. Change the Wizard.ButtonFlatStyle property value and it will probably work. In our sample, it's set to System which uses XP themes and will override any color settings you make.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.