Accelerator.AddAccelerator Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual AddAccelerator(
Usual oAccelerator = default
)
Request Example
View SourceParameters
- 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 |
---|
After the first use of a dynamic accelerator object, no more accelerators can be added.
|
See Also