Is there a simple way to make all comboboxes on a form to be readonly upon form load?

Rather than doing:

Code:
ComboBox1.ReadOnly = True
Combobox2.ReadOnly = True
And so on...