Click or drag to resize

HotKey Constructor (Typed)

X#
Initializes a new instance of the HotKey class

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

Parameters

bKey (Optional)
Type: Usual
lAlt (Optional)
Type: Usual
lCtl (Optional)
Type: Usual
lShift (Optional)
Type: Usual
lExt (Optional)
Type: Usual
See Also