Wimark.Controls Class Library  

ComboBox.FindItemExact(String) Method

Finds the first item in the ComboBox that exactly matches the specified string.

[Visual Basic]
Overloads Public Function FindItemExact( _
   ByVal s As String _
) As ComboBoxItem 
[C#]
public ComboBoxItem FindItemExact( 
   string s 
);
[C++]
public: ComboBoxItem* FindItemExact( 
   String* s 
);

Parameters

s
The text to search for.

Return Value

The first item found; returns null if no match is found.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ComboBox Class | ComboBox Members | Wimark.Controls Namespace