FocusChangeEvent 构造函数 (IntPtr, UInt32, UInt32, Int32, Window) | |
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
_hWnd AS IntPtr,
_uMsg AS DWORD,
_wParam AS DWORD,
_lParam AS LONG,
_oWindow AS Window
)
public FocusChangeEvent(
IntPtr _hWnd,
uint _uMsg,
uint _wParam,
int _lParam,
[DefaultParameterValueAttribute(null, 0)] Window _oWindow
)
查看代码参数
- _hWnd
- 类型:IntPtr
- _uMsg
- 类型:UInt32
- _wParam
- 类型:UInt32
- _lParam
- 类型:Int32
- _oWindow
- 类型:Window
参见