```c#
;//PresentationControls.CheckBoxProperties checkBoxProperties = new PresentationControls.CheckBoxProperties();
checkBoxProperties.ForeColor = System.Drawing.SystemColors.ControlText;
this.cmb_camList.CheckBoxProperties = checkBoxProperties;
this.cmb_camList.DisplayMemberSingleItem = "";
this.cmb_camList.FormattingEnabled = true;
this.cmb_camList.Name = "cmb_camList";
this.cmb_camList.TabIndex = 7;
```属性集合
演示控件复选框属性
复选框属性前景色
复选框属性
显示成员单文件
启用格式化
名称
标签索引