Window2.Height 屬性
取得或設定由 WindowObject 物件代表的視窗高度 (以點為單位)。
**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)
語法
'宣告
<DispIdAttribute(13)> _
Property Height As Integer
'用途
Dim instance As Window2
Dim value As Integer
value = instance.Height
instance.Height = value
[DispIdAttribute(13)]
int Height { get; set; }
備註
如果是在最小化或最大化的視窗上設定 Height,則該屬性會傳回錯誤。
Height 屬性無法設成大於 UsableHeight 傳回的值。
請參閱
參考
Window2 介面
Window2 成員
Microsoft.Office.Interop.InfoPath 命名空間