The requested page is not available for selected version.
ScrollItemIntoViewByText
Syntax
long ScrollItemIntoViewByText(string text)
Description
Scroll an item, as specified by its text content, into view. If the combo box list is not currently open, align the item to the top of the viewport.
Parameters
text
String value specifying the text content of the item.
Return Value
Return 0 if the call is successful; otherwise, -1..