Click or drag to resize

HotKey Constructor

X#
Construct a hot key.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	bKey,
	lAlt,
	lCtl,
	lShift,
	lExt
) CLIPPER
Request Example View Source

Parameters

bKey (Optional)
Type: Usual
The virtual key code for the hot key.
lAlt (Optional)
Type: Usual
Specifies that the Alt key is to be used for the hot key.
lCtl (Optional)
Type: Usual
Specifies that the Ctl key is to be used for the hot key.
lShift (Optional)
Type: Usual
Specifies that the Shift key is to be used for the hot key.
lExt (Optional)
Type: Usual
Specifies that the extended key—the keys on the numeric key pad—is to be used for the hot key.
See Also