Accelerator.AddAccelerator Method (Typed) | |
Adds all accelerator keys of one accelerator object to another
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD AddAccelerator(
oAccelerator AS Accelerator
) AS LOGIC
public virtual bool AddAccelerator(
Accelerator oAccelerator
)
Request Example
View SourceParameters
- oAccelerator
- Type: Accelerator
Existing Accelerator objects, whose accelerator keys are copied.
Return Value
Type:
Logic
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