KryptonCheckedListBoxFindStringExact(String) Method |
Finds the first item in the list box that matches the specified string.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int FindStringExact(
string str
)
Parameters
- str String
- The String to search for.
Return Value
Int32The zero-based index of the first item found; returns -1 if no match is found.
See Also