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.19
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 when successful, FALSE when not, for example because the object not dynamic anymore
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