Skip to main content
1-Visitor
October 24, 2012
Solved

Background Colour for Sliders?

  • October 24, 2012
  • 2 replies
  • 1450 views

Hej,

is it possible to adjust the backgroundColor of the control element "slider" in a script?

If, how?

Thanks for help.

Best answer by RichardJ

No, that's not possible. You could use a MSForms 2.0 scrollbar instead, in which case the property is "BackColor". There's an example of an MSForms 2.0 scrollbar here: Extra Components.mcd

2 replies

1-Visitor
October 28, 2012

Hi,

as far as I know, not in sliders. But why not give scrollbars a try? There you can set foreground as well as background colors - e.g. controlled by an input variable. Moreover - oppositely to sliders they update output data while moving the scrollbar pointer.

RichardJ19-TanzaniteAnswer
19-Tanzanite
October 28, 2012

No, that's not possible. You could use a MSForms 2.0 scrollbar instead, in which case the property is "BackColor". There's an example of an MSForms 2.0 scrollbar here: Extra Components.mcd