KryptonRibbonGroupComboBoxFindStringExact(String, Int32) Method |
Finds the first item after the specified index that matches 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 FindStringExact(
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