Click or drag to resize

ImageList.Add Method

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

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Add(
	oImage
) AS USUAL CLIPPER
Request Example View Source

Parameters

oImage (Optional)
Type: Usual
The icon or bitmap to add to the image list.

Return Value

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