BaseListControlFindString(String) Method
Finds the first item in the list control that starts with the specified string. The search is not
case-sensitive.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int FindString(
string searchText
)
Public Function FindString (
searchText As String
) As Integer
public:
int FindString(
String^ searchText
)
member FindString :
searchText : string -> int
- searchText String
- The string for which to search
Int32The zero-based index of the first item found. Returns -1 if no match is found.