Click or drag to resize

Icon Constructor

X#
Construct an icon.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	xResourceID,
	kLoadOption,
	iWidth,
	iHeight
) CLIPPER
Request Example View Source

Parameters

xResourceID (Optional)
Type: Usual
The resource ID of the desired icon, a handle of an existing Icon object or one of the icon constants from the table below
kLoadOption (Optional)
Type: Usual
The optional constant representing the load option. The default is LR_DEFAULTCOLOR.
iWidth (Optional)
Type: Usual
The optional width of the bitmap. The default is the width of the bitmap.
iHeight (Optional)
Type: Usual
The optional height of the bitmap. The default is the height of the bitmap.
Remarks
Constant IconDescription
ICONASTERISKAn icon used to indicate "note that."
ICONEXCLAMATIONAn icon used to indicate warnings.
ICONHANDAn icon used to indicate error conditions.
ICONQUESTIONMARKAn icon used to indicate that more information is required.
ICONSTANDARDA blank, square icon. This is the default.
See Also