Display a ComboBox automatically

I was trying to display a ComboBox automatically in the following way, but Opus doesn't seem to accept it, does anyone know of any alternative?

if (coincidencias > 0) {
    dlg.Control('genero').dropdown = true;
}

Control

There is not any "dropdown" property available. Where did you find that?

I found that instruction on a JavaScript site.