共用方式為


Window2.Left 屬性

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

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

語法

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

value = instance.Left

instance.Left = value
[DispIdAttribute(11)] 
int Left { get; set; }

備註

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

若將 Left 屬性設在螢幕以外的位置,將會使視窗在螢幕上顯示。

請參閱

參考

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