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
40
Changing backcolor of Ultracomboeditor in runtime is not working when dropdownstyle as dropdown
posted

An ultrcomboeditor with the Drop down style set to Drop Down with AutoCompleteMode as SuggestAppend and LimitToList as true. During runtime I set the appearance backcolor property to Color.FromArgb(216, 228, 248). But it displays the text portion of the combo box as white. I tried with various events like enter and leave. But it didn’t work.

 

I am using Visual Studio 2008 with .NET Framework version 3.5 and Infragistics 2009 volume 1.

Please help me regarding this issue.