 | UIImageListBoxImageListItem 构造函数 (String, String) |
Sweet 开发框架
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public ImageListItem(
string imagePath,
string description = ""
)
Public Sub New (
imagePath As String,
Optional description As String = ""
)
new :
imagePath : string *
?description : string
(* Defaults:
let _description = defaultArg description ""
*)
-> ImageListItem
参数
- imagePath
- 类型:SystemString
[缺少 "M:SweetUI.UIImageListBox.ImageListItem.#ctor(System.String,System.String)" 的 <param name="imagePath"/> 文档]
- description (Optional)
- 类型:SystemString
[缺少 "M:SweetUI.UIImageListBox.ImageListItem.#ctor(System.String,System.String)" 的 <param name="description"/> 文档]
参见