IUITechnologyElement.EnsureVisibleByScrolling Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scrolls this element into view in the UI.
public:
void EnsureVisibleByScrolling(int pointX, int pointY, int % outpointX, int % outpointY);
public void EnsureVisibleByScrolling (int pointX, int pointY, ref int outpointX, ref int outpointY);
abstract member EnsureVisibleByScrolling : int * int * int * int -> unit
Public Sub EnsureVisibleByScrolling (pointX As Integer, pointY As Integer, ByRef outpointX As Integer, ByRef outpointY As Integer)
Parameters
- pointX
- Int32
The relative x-coordinate to make visible.
- pointY
- Int32
The relative y-coordinate to make visible.
- outpointX
- Int32
The relative x-coordinate of the point with regard to the topmost container after scrolling.
- outpointY
- Int32
The relative y-coordinate of the point with regard to the topmost container after scrolling.