Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 3.69 KB

nf-uiautomationclient-iuiautomationscrollpattern-scroll.md

File metadata and controls

81 lines (62 loc) · 3.69 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uiautomationclient.IUIAutomationScrollPattern.Scroll
IUIAutomationScrollPattern::Scroll (uiautomationclient.h)
Scrolls the visible region of the content area horizontally and vertically. (IUIAutomationScrollPattern.Scroll)
IUIAutomationScrollPattern interface [Windows Accessibility]
Scroll method
IUIAutomationScrollPattern.Scroll
IUIAutomationScrollPattern::Scroll
Scroll
Scroll method [Windows Accessibility]
Scroll method [Windows Accessibility]
IUIAutomationScrollPattern interface
uiauto.uiauto_IUIAutomationScrollPattern_Scroll
uiauto_IUIAutomationScrollPattern_Scroll
uiautomationclient/IUIAutomationScrollPattern::Scroll
winauto.uiauto_IUIAutomationScrollPattern_Scroll
winauto\uiauto_IUIAutomationScrollPattern_Scroll.htm
WinAuto
2deb7399-604d-45eb-95d6-f1135550a18f
12/05/2018
IUIAutomationScrollPattern interface [Windows Accessibility],Scroll method, IUIAutomationScrollPattern.Scroll, IUIAutomationScrollPattern::Scroll, Scroll, Scroll method [Windows Accessibility], Scroll method [Windows Accessibility],IUIAutomationScrollPattern interface, uiauto.uiauto_IUIAutomationScrollPattern_Scroll, uiauto_IUIAutomationScrollPattern_Scroll, uiautomationclient/IUIAutomationScrollPattern::Scroll, winauto.uiauto_IUIAutomationScrollPattern_Scroll
uiautomationclient.h
UIAutomation.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps only]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]
UIAutomationClient.idl
Windows
19H1
IUIAutomationScrollPattern::Scroll
uiautomationclient/IUIAutomationScrollPattern::Scroll
c++
APIRef
kbSyntax
COM
UIAutomationClient.h
IUIAutomationScrollPattern.Scroll

IUIAutomationScrollPattern::Scroll

-description

Scrolls the visible region of the content area horizontally and vertically.

-parameters

-param horizontalAmount [in]

Type: ScrollAmount

A value indicating the size of the horizontal scroll increment, or UIA_ScrollPatternNoScroll if the horizontal position is not to be set.

-param verticalAmount [in]

Type: ScrollAmount

A value from the ScrollAmount enumerated type indicating the size of the vertical scroll increment, or UIA_ScrollPatternNoScroll if the vertical position is not to be set.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IUIAutomationScrollPattern

IUIAutomationScrollPattern::SetScrollPercent