Wimark.Controls Class Library  

DomainUpDown.FindItem Method

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

Overload List

Finds the first item in the up-down control 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 control 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

DomainUpDown Class | DomainUpDown Members | Wimark.Controls Namespace