LeftX 屬性 (Window 對象)

以像素為單位返回或設置指定視窗的水平位置。

[JavaScript]

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

[VBScript]

x = wnd.LeftX
wnd.LeftX = x

版本

支持 EmEditor 7.00 或之後的版本。