0
私のアプリケーションをDevExpress
に移行しました15.2. DevExpress.XtraEditors.CheckedComboBoxEdit
アイテムが太字で表示されています。次のプロパティを設定しました。プロパティが不足している場合はお知らせくださいフォントのプロパティを試しましたが、selected Item
はすべてのアイテムを変更するだけではありません。DevExpress.XtraEditors.CheckedComboBoxEdit移行後にアイテムが太字で表示される
this.cmbTemplates.Location = new System.Drawing.Point(503, 618);
this.cmbTemplates.Name = "cmbTemplates";
this.cmbTemplates.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cmbTemplates.Properties.SelectAllItemCaption = "Select All";
this.cmbTemplates.Size = new System.Drawing.Size(259, 20);
this.cmbTemplates.TabIndex = 93;
didntは私を助ける:( – rakesh
'this.cmbTemplates.Properties.AppearanceDropDown.Font =新System.Drawing.Font( "MS Pゴシック"、8F、System.Drawing。私のために働いた。おかげです:)私の時間を救った:)とてもありがとう – rakesh
良い!私はそれを聞いてうれしい :) –