ITopLevelWindowPosition Method |
Sets the specified position and size for a specific Window object.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void Position(
int left,
int top,
int width,
int height
)
Sub Position (
left As Integer,
top As Integer,
width As Integer,
height As Integer
)
Dim instance As ITopLevelWindow
Dim left As Integer
Dim top As Integer
Dim width As Integer
Dim height As Integer
instance.Position(left, top, width, height)
void Position(
int left,
int top,
int width,
int height
)
Parameters
- left
- Type: SystemInt32
X coordinate or window. - top
- Type: SystemInt32
Y coordinate or window. - width
- Type: SystemInt32
Width or window. - height
- Type: SystemInt32
Height or window.
Exceptions See Also