Retrieves the window object for the window of the specified index.
wnd = shell.windows.Item( Index );
wnd = shell.windows.Item( Index )
Index
Specifies the index of the window as a one-based integer.
alert( "Name of the first window: " + shell.windows.Item(1).Caption );
alert "Name of the first window: " + shell.windows.Item(1).Caption
Supported on EmEditor Professional Version 7.00 or later.
Send feedback on this topic to Emurasoft