Click or drag to resize

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
)

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
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also