 | ComboCheckedListBoxItem 构造函数 (String, Boolean) |
Sweet 开发框架
命名空间:
SweetUI.Forms
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public ComboCheckedListBoxItem(
string text,
bool isChecked
)
Public Sub New (
text As String,
isChecked As Boolean
)
new :
text : string *
isChecked : bool -> ComboCheckedListBoxItem
参数
- text
- 类型:SystemString
[缺少 "M:SweetUI.Forms.ComboCheckedListBoxItem.#ctor(System.String,System.Boolean)" 的 <param name="text"/> 文档]
- isChecked
- 类型:SystemBoolean
[缺少 "M:SweetUI.Forms.ComboCheckedListBoxItem.#ctor(System.String,System.Boolean)" 的 <param name="isChecked"/> 文档]
参见