KryptonRibbonGroupComboBoxFindString(String) Method |
Finds the first item in the combo box that starts with the specified string.
Namespace: Internal.ComponentFactory.Krypton.RibbonAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int FindString(
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