Finds the first item in the ComboEditor that exactly matches the specified string.
[Visual Basic] Overloads Public Function FindItemExact( _ ByVal s As String _ ) As ComboEditorItem [C#] public ComboEditorItem FindItemExact( string s ); [C++] public: ComboEditorItem* FindItemExact( String* s );
The first item found; returns null if no match is found.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
ComboEditor Class | ComboEditor Members | Wimark.Controls.Editors Namespace