Accelerator Constructor | |
Load an accelerator table from a resource entity.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
xResourceID
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Accelerator(
Usual xResourceID = default
)
Request Example
View SourceParameters
- xResourceID (Optional)
- 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