The requested page is not available for selected version.
DoesItemExistByText
Syntax
Boolean DoesItemExistByText(string text)
Description
Determine whether an item with specified text exists in the list control.
Parameters
text
String value specifying the text content ofitem to find.
Return Value
Return TRUE ifitem exists; otherwise, FALSE.
Notes
- This method is applicable to both ListBox and ListView controls.