Width 屬性 (Window 對象)

返回或設置視窗的寬度。

[JavaScript]

width = wnd.Width;
wnd.Width = width;

[VBScript]

width = wnd.Width
wnd.Width = width

版本

支持 EmEditor 7.00 或之後的版本。