disables a combobox
myCombo.disable();
If a combo is attached to a form, you have to disable the combo by using:
myForm.disableItem("comboItemName");