ImageList.Add 方法 | |
向图像列表添加图标或位图。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Add(
oImage AS Object
) AS LONG
public virtual int Add(
Object oImage
)
查看代码参数
- oImage
- 类型:Object
要添加到图像列表的图标或位图。
返回值
类型:
Int32
添加的图像在图像列表中的索引。
参见