Click or drag to resize

VOWinFormApp.BeforeDispatch Method

X#

Namespace:  XSharp
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD BeforeDispatch(
	hWnd,
	uMsg,
	wParam,
	lParam
) AS USUAL CLIPPER
Request Example View Source

Parameters

hWnd (Optional)
Type: Usual
uMsg (Optional)
Type: Usual
wParam (Optional)
Type: Usual
lParam (Optional)
Type: Usual

Return Value

Type: Usual
Remarks
This event handler takes care of passig keydown messages to the Windows Forms forms in the app
See Also