Hi,
I have a style file that is based on the blue theme of Office2007. When the Enabled property of the optionset is set to false, the control has a grey background colour. When I true to style the control at runtime I am not sure which property I should change to remove the grey background. Note the standard windows option does not behave like this.
The Appstyling property is set to true.
Any suggestions?
Thanks
Peter
Peter,
This is the generaly default appearance of a control; I can get the same appearance with the .NET RadioButton if I disable that control. The properties used to control this are off of the Appearance object, specifically BackColorDisabled, BackColorDisabled2, and ForeColorDisabled; from within AppStylist these properties are preceded by a 'Disabled:' label.
-Matt
Thanks Matt.