ButtonImageList Constructor (Typed) | |
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
)
public ButtonImageList(
IResource oImage
)
Request Example
View SourceParameters
- oImage
- Type: IResource
The image object to be put into the image list.
See Also