Was a feature to make this easier ever implemented?
My customer just e-mailed me some professionally-designed graphics for each of the wizard buttons, but I'm having trouble distinguishing which button is which using the workaround code above. Since I have different graphics for each button, this has quickly become a critical issue for me.
Ideally, it would be best if Wizard had exposed properties (NextButton, BackButton, etc.) that would return the actual Button objects so I could manipulate the Button's AutoSize, Image, and TextImageRelation properties myself. (Those are just the three properties I've needed to apply my customer's graphics to other buttons in my application - other developers might need to access different Button properties.)
If for some reason that's not possible to implement, would it be possible to add some Wizard properties that would at least allow me to specify Image, ButtonHeight, and ButtonTextImageRelation?
If changing the button height would create issues with the Wizard layout, I could probably apply scaled-down versions (16x16 pixels?) of the graphics to each button.
In short, I'm just looking for the easiest way to do this. Looking forward to your response - my thanks in advance!
- Warren