Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有复选框的列表框,如何检查所选项目的复选框?
谢谢
假设 Windows 窗体,clb.SetItemChecked(clb.SelectedIndex,true) 其中 clb 是 CheckedListBox 对象。