BaseListControlFindString(String) Method

Finds the first item in the list control that starts with the specified string. The search is not case-sensitive.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int FindString(
	string searchText
)

Parameters

searchText  String
The string for which to search

Return Value

Int32
The zero-based index of the first item found. Returns -1 if no match is found.

See Also