Wimark.Controls Class Library  

ComboEditor.FindItem Method

Finds the first item in the ComboEditor that starts with the specified string. The search starts at a specific starting index.

Overload List

Finds the first item in the ComboEditor that starts with the specified string.

[Visual Basic] Overloads Public Function FindItem(String) As ComboEditorItem
[C#] public ComboEditorItem FindItem(string);
[C++] public: ComboEditorItem* FindItem(String*);

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(String, Integer) As ComboEditorItem
[C#] public ComboEditorItem FindItem(string, int);
[C++] public: ComboEditorItem* FindItem(String*, int);

See Also

ComboEditor Class | ComboEditor Members | Wimark.Controls.Editors Namespace