Parent 属性 (Window 对象)

返回父窗口对象。

[JavaScript]

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

[VBScript]

wnd = wnd.Parent
wnd.Parent = wnd

版本

支持 EmEditor 7.00 或之后的版本。