LeftX 属性 (Window 对象)

以像素为单位返回或设置指定窗口的水平位置。

[JavaScript]

x = wnd.LeftX;
wnd.LeftX = x;

[VBScript]

x = wnd.LeftX
wnd.LeftX = x

版本

支持 EmEditor 7.00 或之后的版本。