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 名前空間