Creates a new ComboBox control.
object.Controls.Add("ComboBox")
$ComboBox = $Form.Controls.Add("ComboBox")
Applies To: ControlCollection