Finds the first item in the ComboEditor that exactly matches the specified string. The search starts at a specific starting index.
[Visual Basic] Overloads Public Function FindItemExact( _ ByVal s As String, _ ByVal startIndex As Integer _ ) As ComboEditorItem [C#] public ComboEditorItem FindItemExact( string s, int startIndex ); [C++] public: ComboEditorItem* FindItemExact( String* s, int startIndex );
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