Method SendSelect
SendSelect(string)
Simulates selection of an item with the given text.
bool SendSelect(string text)Parameters
- textstring
- The text of the item to select. 
Returns
- bool
- trueif the item text was successfully selected or- falseif 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.