VOWinFormApp.BeforeDispatch Method | |
Namespace:
XSharp
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD BeforeDispatch(
hWnd,
uMsg,
wParam,
lParam
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual BeforeDispatch(
Usual hWnd = default,
Usual uMsg = default,
Usual wParam = default,
Usual lParam = default
)
Request Example
View SourceParameters
- hWnd (Optional)
- Type: Usual
- uMsg (Optional)
- Type: Usual
- wParam (Optional)
- Type: Usual
- lParam (Optional)
- Type: Usual
Return Value
Type:
UsualRemarks This event handler takes care of passig keydown messages to the Windows Forms forms in the app
See Also