Click or drag to resize

FixedIcon Constructor

X#
Construct a FixedIcon object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	uOwner,
	uID,
	uPoint,
	uResID
) CLIPPER
Request Example View Source

Parameters

uOwner (Optional)
Type: Usual
The window that owns the fixed icon.
uID (Optional)
Type: Usual
The ID of the fixed icon.
uPoint (Optional)
Type: Usual
The origin of the fixed icon in canvas coordinates.
uResID (Optional)
Type: Usual
The ResourceID object of the fixed icon or the resource ID of the fixed icon.
See Also