Click or drag to resize

ImageList.Add Method (Typed)

X#
Add an icon or bitmap to the image list.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Add(
	oImage AS Object
) AS LONG
Request Example View Source

Parameters

oImage
Type: Object
The icon or bitmap to add to the image list.

Return Value

Type: Long
The image list index of the added image.
See Also