Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
260
how to style UltraoptionSet
posted

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

app styling optionset.zip
Parents
  • 37774
    Verified Answer
    posted

    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

Reply Children
No Data