App.SetAccel Method | |
This method sets the handle for the current active Accelerator Table (belonging to the active menu).
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetAccel(
hNewAccel
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetAccel(
Usual hNewAccel = default
)
Request Example
View SourceParameters
- hNewAccel (Optional)
- Type: Usual
The handle to the Accelerator table that has to become active
Return Value
Type:
UsualNIL
Remarks This handle gets set in the Activate event of the window class.
See Also