CheckedComboBoxEdit.FindStringExact Method
| Name | Parameters | Description |
|---|---|---|
| FindStringExact(String, Int32) | s, startIndex | Searches for a CheckedComboBoxEdit item whose caption is equal to the target string. The search is performed starting from the desired item. |
| FindStringExact(String) | s | Searches for a CheckedComboBoxEdit item whose caption is equal to the target string. |