KryptonListBoxFindString Method (String) |
Finds the first item in the list box that starts with the specified string.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public int FindString(
string str
)
Parameters
- str
- Type: SystemString
The String to search for.
Return Value
Type:
Int32The zero-based index of the first item found; returns -1 if no match is found.
See Also