作为寄几第一个写的较复杂的控件,把整个规程完整的写下来。整体思路是用现成的ComboBox和CheckedListBox组合实现功能平台:VS2022,Framework4.8一、效果 二、编写代码1.新建“Windows窗体应用(.NETFramework),采用默认设置2.添加新类,命名为MultiComboBox,在其中添加如下代码usingSystem;usingSystem.Collections.Generic;usingSystem.Drawing;usingSystem.Windows.Forms;namespaceMultiComboBox{internalclassMult