Wimark.Controls Class Library  

ListBox.FindItemExact(String) Method

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

[Visual Basic]
Overloads Public Function FindItemExact( _
   ByVal s As String _
) As ListItem 
[C#]
public ListItem FindItemExact( 
   string s 
);
[C++]
public: ListItem* 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

ListBox Class | ListBox Members | Wimark.Controls Namespace