BaseListBoxControl.FindItem Method
| Name | Parameters | Description |
|---|---|---|
| FindItem(Int32, Boolean, ListBoxFindItemDelegate) | startIndex, upDown, predicate | Searches for the first list box item in the specified direction from the specified index, using a cusom algorithm. |
| FindItem(Object) | item | Returns the index of the specified item. |