App.SetAccelWindow Method | |
This method sets the window for which accelerators must be translated.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetAccelWindow(
hNewAccelWnd
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetAccelWindow(
Usual hNewAccelWnd = default
)
Request Example
View SourceParameters
- hNewAccelWnd (Optional)
- Type: Usual
The handle for the window for which accelerators (labels that start with an ampersand) must be translated.
Return Value
Type:
UsualNIL
Remarks This handle gets set in the Activate event of the window class.
See Also