Click or drag to resize

App.SetAccelWindow Method

X#
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
Request Example View Source

Parameters

hNewAccelWnd (Optional)
Type: Usual
The handle for the window for which accelerators (labels that start with an ampersand) must be translated.

Return Value

Type: Usual
NIL
Remarks
This handle gets set in the Activate event of the window class.
See Also