'Declaration
Public Overloads Function FindString( _ 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.FindString(s, textFormat)
public MatchedComboItemCollection FindString( string s, string textFormat )
Parameters
- s
- The System.String to search for.
- textFormat
- The System.String refer to the TextForamt.
Return Value
A MatchedComboItemCollection containing the matched items.