Click or drag to resize

HotKeyEdit Constructor

X#
Construct a hot key edit.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	xID,
	oPoint,
	oDimension,
	kStyle
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the hot key edit.
xID (Optional)
Type: Usual
The unique ID of the hot key edit (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the hot key edit in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the hot key edit in canvas coordinates.
kStyle (Optional)
Type: Usual
The style of the hot key edit.
See Also