Parent Property (Window Object)¶
Returns the parent window object. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
w = wnd.Parent;
wnd.Parent = w;
[VBScript]¶
w = wnd.Parent
wnd.Parent = w
Version¶
Macro Reference — Window Object — Parent Property (Window Object)