HotKey Constructor (Typed) | |
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
[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
- lAlt (Optional)
- Type: Usual
- lCtl (Optional)
- Type: Usual
- lShift (Optional)
- Type: Usual
- lExt (Optional)
- Type: Usual
See Also