Click or drag to resize

KryptonComboBoxFindStringExact Method (String)

Finds the first item in the combo box that matches 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
C#
public int FindStringExact(
	string str
)

Parameters

str
Type: SystemString
The String to search for.

Return Value

Type: Int32
The zero-based index of the first item found; returns -1 if no match is found.
See Also