hWnd 屬性 (Window 對象)

檢索或設置視窗的句柄值。

[JavaScript]

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

[VBScript]

h = wnd.hWnd
wnd.hWnd = h

版本

支持 EmEditor 7.00 或之後的版本。