Accelerator Constructor (Typed) | |
Load an accelerator table from a resource entity.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
xResourceID AS USUAL
)
public Accelerator(
Usual xResourceID
)
Request Example
View SourceParameters
- xResourceID
- Type: Usual
The resource ID of the accelerator table, or another accelerator object, whose accelerators are copied.
Remarks
When no parameter is passed, X# will create a dynamic accelerator. If another accelerator is passed in X# will copy its table of accelerator keys.
The creation of the actual Windows accelerator is delayed until the Accelerator is first used.
See Also