اضافه کردن دی ال ال
تصاویر در لینک زیر
http://s8.picofile.com/file/83519330...er_2_.rar.html
private void Form1_Load(object sender, EventArgs e) {
CheckBoxComboBox c = new CheckBoxComboBox();
c.Items.Add("A");
c.Items.Add("B");
c.Items.Add("C");
Controls.Add(c);