Click or drag to resize

APISetScrollPercent Method

Sets the horizontal and vertical scroll positions as a percentage of the total content area within the UI Item.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string SetScrollPercent(
	Object UIItemVariable,
	Object horizontalPercent,
	Object verticalPercent
)

Parameters

UIItemVariable
Type: SystemObject

[Missing <param name="UIItemVariable"/> documentation for "M:AppRobotic.API.SetScrollPercent(System.Object,System.Object,System.Object)"]

horizontalPercent
Type: SystemObject

[Missing <param name="horizontalPercent"/> documentation for "M:AppRobotic.API.SetScrollPercent(System.Object,System.Object,System.Object)"]

verticalPercent
Type: SystemObject

[Missing <param name="verticalPercent"/> documentation for "M:AppRobotic.API.SetScrollPercent(System.Object,System.Object,System.Object)"]

Return Value

Type: String
Returns string containing 'success' or error message.
See Also