共用方式為


Window2.Width 屬性

取得或設定由 WindowObject 物件代表的視窗寬度 (以點為單位 )。

**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)

語法

'宣告
<DispIdAttribute(12)> _
Property Width As Integer
'用途
Dim instance As Window2
Dim value As Integer

value = instance.Width

instance.Width = value
[DispIdAttribute(12)] 
int Width { get; set; }

備註

若將 Width 屬性設在最小化或最大化的視窗,將會傳回錯誤。

Width 屬性無法設成大於 UsableWidth 屬性傳回的值。

請參閱

參考

Window2 介面
Window2 成員
Microsoft.Office.Interop.InfoPath 命名空間