Parent プロパティ (Window オブジェクト)

親の Window オブジェクトを返します。

[JavaScript]

w = wnd.Parent;
wnd.Parent = w;

[VBScript]

w = wnd.Parent
wnd.Parent = w

バージョン

EmEditor Professional Version 7.00 以上で利用できます。