 | UIImageListBoxAddImage 方法 (String, String) |
Sweet 开发框架
增加图片
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public void AddImage(
string imagePath,
string description = ""
)
Public Sub AddImage (
imagePath As String,
Optional description As String = ""
)
member AddImage :
imagePath : string *
?description : string
(* Defaults:
let _description = defaultArg description ""
*)
-> unit
参数
- imagePath
- 类型:SystemString
图片路径 - description (Optional)
- 类型:SystemString
图片描述
参见