Click or drag to resize

APIScrollTextIntoView Method

Scrolls UI Item's text into view.

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

Parameters

UIItemVariable
Type: SystemObject

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

alignToTop
Type: SystemObject

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

Return Value

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