BaseListControlFindStringExact(String) Method
Finds the first item in the list control that matches 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 FindStringExact(
string searchText
)
Public Function FindStringExact (
searchText As String
) As Integer
public:
int FindStringExact(
String^ searchText
)
member FindStringExact :
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.