Pytanie : zmiana Tło kolor Comobox

I mieć combobox w mój datagrid i potrzebować the tło kolor.  Jak móc I zmieniać the backcolor.  

thanks
(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
Dim ComboTextCol Jako Nowy DataGridComboBoxColumn
        ComboTextCol.MappingName = "bytNote" 'musieć od the siatka stół…
        ComboTextCol.HeaderText = "Typ"
        ComboTextCol.NullText = ""
        ComboTextCol.Width = 80
        ComboTextCol.ColumnComboBox.DataSource = dsSearch.Tables ("Notelist") .DefaultView 'dv;
        ComboTextCol.ColumnComboBox.DisplayMember = "strType"
        ComboTextCol.ColumnComboBox.ValueMember = "lngType"
        tablestyle.PreferredRowHeight = ComboTextCol.ColumnComboBox.Height + 2
        tablestyle.GridColumnStyles.Add (ComboTextCol)

Odpowiedź : zmiana Tło kolor Comobox

ComboTextCol.BackColor = Color.Moccasin
Inne rozwiązania  
 
programming4us programming4us