HotKey Constructor | |
Construct a hot key.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
bKey,
lAlt,
lCtl,
lShift,
lExt
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public HotKey(
Usual bKey = default,
Usual lAlt = default,
Usual lCtl = default,
Usual lShift = default,
Usual lExt = default
)
Request Example
View SourceParameters
- 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