IScrollProvider::Scroll 方法 (uiautomationcore.h)
水平和垂直捲動內容區域的可見區域。
語法
HRESULT Scroll(
[in] ScrollAmount horizontalAmount,
[in] ScrollAmount verticalAmount
);
參數
[in] horizontalAmount
類型:ScrollAmount
控件特有的水平捲動遞增。
[in] verticalAmount
類型:ScrollAmount
控件特有的垂直捲動遞增。
傳回值
類型:HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | Windows XP [傳統型應用程式 |UWP 應用程式] |
支援的最低伺服器 | Windows Server 2003 [傳統型應用程式 |UWP 應用程式] |
目標平臺 | 窗戶 |
標頭 | uiautomationcore.h (包括 UIAutomation.h) |
另請參閱
概念
參考