Click or drag to resize

Accelerator.AddAccelerator Method

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

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.21
Syntax
 VIRTUAL METHOD AddAccelerator(
	oAccelerator
) AS USUAL CLIPPER
Request Example View Source

Parameters

oAccelerator (Optional)
Type: Usual
Existing Accelerator objects, whose accelerator keys are copied.

Return Value

Type: Usual
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