'Declaration
Public Overloads Function FindStringExact( _ ByVal s As String, _ ByVal textFormat As String _ ) As MatchedComboItemCollection
'Usage
Dim instance As GcComboBox Dim s As String Dim textFormat As String Dim value As MatchedComboItemCollection value = instance.FindStringExact(s, textFormat)
public MatchedComboItemCollection FindStringExact( string s, string textFormat )
Parameters
- s
- The System.String to search for.
- textFormat
- The System.String refer to the text foramt.
Return Value
A MatchedListItemCollection containing the matched items.