BaseListControlFindStringExact(String) Method

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

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public int FindStringExact(
	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