Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

void EnsureVisibleByScrolling(
	int pointX,
	int pointY,
	int% outpointX,
	int% outpointY
)

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.

Return to top
Show: