Click or drag to resize

ButtonImageList Constructor (Typed)

X#
Constructs an image list object that is used by the button class for WinXP support.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oImage AS IResource
)
Request Example View Source

Parameters

oImage
Type: IResource
The image object to be put into the image list.
See Also