Method SendSelect
SendSelect(string)
Simulates selection of an item with the given text.
public bool SendSelect(string text)
Parameters
text
stringThe text of the item to select.
Returns
- bool
true
if the item text was successfully selected orfalse
if the currently focused window is not one of the controls allowing item selection or if the item with the given text was not found in it.