求教如何设置ComboBox控件里选项的字体

2025-04-25 21:48:49
推荐回答(1个)
回答1:

  this.comboBox1.Font = new System.Drawing.Font("SimSun", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  

祝你愉快,满意请采纳哦