ButtonImageList Constructor | |
Constructs an image list object that is used by the button class for WinXP support.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oImage
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public ButtonImageList(
Usual oImage = default
)
Request Example
View SourceParameters
- oImage (Optional)
- Type: Usual
The image object to be put into the image list.
See Also