Quantcast
Channel: Windows Forms General forum
Viewing all articles
Browse latest Browse all 12583

change font family of auto complate list in combobox where AutoCompleteSource is ListItems

$
0
0

this.comboBox1 = new System.Windows.Forms.ComboBox();
this.comboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.comboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;

this.comboBox1.DataSource = this.driverdetailBindingSource;
this.comboBox1.DisplayMember = "name";
this.comboBox1.Font = new System.Drawing.Font("Gujrati Saral-4", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(86, 33);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 25);
this.comboBox1.TabIndex = 1;
this.comboBox1.ValueMember = "d_id";

thanx in advnc


Viewing all articles
Browse latest Browse all 12583

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>