hWnd 属性 (Window 对象)

检索或设置窗口的句柄值。

[JavaScript]

h = wnd.hWnd;
wnd.hWnd = h;

[VBScript]

h = wnd.hWnd
wnd.hWnd = h

版本

支持 EmEditor 7.00 或之后的版本。