Finds the specified combo box item.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- comboBox
- Type: System.Windows.Forms ComboBox
The combo box.
- regExp
- Type: System String
A regular expression to match.
Return Value
The combo box item matching the given regular expression, or null if not found.Remarks
See Also