Window2.Top 屬性
取得或設定由 WindowObject 物件代表的視窗垂直位置 (以點為單位)。
**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)
語法
'宣告
<DispIdAttribute(10)> _
Property Top As Integer
'用途
Dim instance As Window2
Dim value As Integer
value = instance.Top
instance.Top = value
[DispIdAttribute(10)]
int Top { get; set; }
備註
若將 Top 屬性設在最小化或最大化的視窗上,將會傳回錯誤。
若將 Top 屬性設在螢幕以外的位置,將會使視窗在螢幕上顯示。
請參閱
參考
Window2 介面
Window2 成員
Microsoft.Office.Interop.InfoPath 命名空間