Wimark.Controls Class Library  

DomainUpDownEditor.FindItem Method

Finds the first item in the up-down editor that starts with the specified string. The search starts at a specific starting index.

Overload List

Finds the first item in the up-down editor that starts with the specified string.

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

Finds the first item in the up-down editor that starts with the specified string. The search starts at a specific starting index.

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

See Also

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