ImageList.Add Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Add(
Usual oImage = default
)
Request Example
View SourceParameters
- 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