Articles in this section
Category / Section

How to specify different backcolor for ComboBoxAdv and its DropDown window?

1 min read

In ComboBoxAdv, the backcolor can be changed by using the BackColor property. The backcolor of the DropDown window can be changed by using the BackColor property in the ListBox associated with the ComboBoxAdv.

 

The following code example demonstrates the same.

C#

//To specify the back color for ComboBoxAdv
this.comboBoxAdv1.BackColor = Color.Yellow;
//To specify the back color for drop down window.
this.comboBoxAdv1.ListBox.BackColor = Color.White;

VB

'To specify the back color for ComboBoxAdv
Me.comboBoxAdv1.BackColor = Color.Yellow
'To specify the back color for drop down window.
Me.comboBoxAdv1.ListBox.BackColor = Color.LightGreen

 

Note:

The BackColor property in the ComboBoxAdv helps you to specify the backcolor of the ComboBoxAdv and its dropdown window.

 

 

Showing different backcolor of ComboBoxAdv

Figure 1: Different back color is specified for ComboBoxAdv and its dropdown window.

 

Sample Links:

C#: https://www.syncfusion.com/downloads/support/directtrac/141596/ze/ComboBoxBackColor1302373834

VB: https://www.syncfusion.com/downloads/support/directtrac/141596/ze/ComboBoxBackColor_VB1146889481

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied