App.GetAccelWindow Method | |
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
public virtual void* GetAccelWindow()
Request Example
View SourceReturn 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