ITextRangeProvider::ScrollIntoView method
Causes the text control to scroll vertically until the text range is visible in the viewport.
Syntax
HRESULT ScrollIntoView(
[in] BOOL alignToTop
);
Parameters
- alignToTop [in]
-
Type: BOOL
TRUE if the text control should be scrolled so the text range is flush with the top of the viewport; FALSE if it should be flush with the bottom of the viewport.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
ITextRangeProvider::ScrollIntoView respects both hidden and visible text.
If the text range is hidden, the text control will scroll only if the hidden text has an anchor in the viewport.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
See also
- Reference
- ITextProvider
- ITextRangeProvider
- Conceptual
- UI Automation Providers Overview