KryptonCheckedListBoxFindString(String, Int32) Method |
Finds the first item after the given index which starts with the given string. The search is not case sensitive.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int FindString(
string str,
int startIndex
)
Parameters
- str String
- The String to search for.
- startIndex Int32
- The zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control.
Return Value
Int32The zero-based index of the first item found; returns -1 if no match is found, or 0 if the s parameter specifies Empty.
See Also