Wimark.Controls Class Library  

ComboEditor.FindItemExact Method

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

Overload List

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

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

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

See Also

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