ImageList.Add Method (Typed) | |
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
public virtual int Add(
Object oImage
)
Request Example
View SourceParameters
- 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