Click or drag to resize

Accelerator.AddAccelerator Method (Typed)

X#
Adds all accelerator keys of one accelerator object to another

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax
 VIRTUAL METHOD AddAccelerator(
	oAccelerator AS Accelerator
) AS LOGIC
Request Example View Source

Parameters

oAccelerator
Type: Accelerator
Existing Accelerator objects, whose accelerator keys are copied.

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
This method copies the accelerator keys from one accelerator object to another.
Tip Tip
After the first use of a dynamic accelerator object, no more accelerators can be added.
See Also