Click or drag to resize

Accelerator Constructor (Typed)

X#
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
)
Request Example View Source

Parameters

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