VOWinFormApp.BeforeDispatch 方法 | |
命名空间:
XSharp
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 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
)
查看代码参数
- hWnd (Optional)
- 类型:__Usual
- uMsg (Optional)
- 类型:__Usual
- wParam (Optional)
- 类型:__Usual
- lParam (Optional)
- 类型:__Usual
返回值
类型:
__Usual备注 This event handler takes care of passig keydown messages to the Windows Forms forms in the app
参见