ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Window.Move(newLocation, redraw) method
Namespaces > ArtOfTest.WebAii.Win32 > Window > Move(Rectangle, Boolean)
Move this window to a new location
Syntax
C#
public void Move (
	Rectangle newLocation,
	bool redraw
)
Parameters
newLocation (Rectangle)
The new location to move the window to.
redraw (Boolean)
True/False whether to redraw the window.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)