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