FixedIcon Constructor | |
Construct a FixedIcon object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
uOwner,
uID,
uPoint,
uResID
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public FixedIcon(
Usual uOwner = default,
Usual uID = default,
Usual uPoint = default,
Usual uResID = default
)
Request Example
View SourceParameters
- 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