'Declaration Public Overloads Function Find( _ ByVal displayText As String _ ) As Integer
'Usage Dim instance As WinComboBox Dim displayText As String Dim value As Integer value = instance.Find(displayText)
public int Find( string displayText )
Parameters
- displayText
- A string representing the displayed text.
Return Value
The zero-based index of the first occurrence of displayText. If -1, the value was not found.