LeftX Property (Window Object)¶
Returns or sets the horizontal position of the specified window, in pixels. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
x = wnd.LeftX;
wnd.LeftX = x;
[VBScript]¶
x = wnd.LeftX
wnd.LeftX = x
Version¶