Previous Document Next Document

Object Model Reference : Classes : W : Window : Properties : Window.Left


Window.Left

Property Left As Long

Description

Member of Window

The Left property returns or specifies the left coordinate of a window. This value is measured in screen pixels.

VBA example

The following VBA example displays the left coordinate of the active window.

Sub Test()
 MsgBox "The left coordinate of this window is: " & ActiveWindow.Left
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.