The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IUITechnologyElement::EnsureVisibleByScrolling Method (Int32, Int32, Int32, Int32)
Scrolls this element into view in the UI.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- pointX
-
Type:
System::Int32
The relative x-coordinate to make visible.
- pointY
-
Type:
System::Int32
The relative y-coordinate to make visible.
- outpointX
-
Type:
System::Int32
The relative x-coordinate of the point with regard to the topmost container after scrolling.
- outpointY
-
Type:
System::Int32
The relative y-coordinate of the point with regard to the topmost container after scrolling.
Show: