BaseListBoxControl.FindString Method
Name | Parameters | Description |
---|---|---|
Find |
s, start |
Searches for the first list box item in the specified direction from the specified index, and starting with a specific string. |
Find |
s, start |
Finds the first item in the list box control which starts with the specified string. The search starts at a starting index specified by the parameter. |
Find |
s | Finds the first item in the list box control starting with the specified string. |