Click or drag to resize

App.GetAccelWindow Method

X#
This method gets the handle to the window for which accelerators must be translated.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetAccelWindow() AS PTR
Request Example View Source

Return Value

Type: Void*
The window for which accelerators must be translated.
Remarks
This handle gets set in the Activate event of the window class.
See Also