This wasn't a straight forward task since ComboBox destroys it's dropDown list and doesn't give you a hook or way to add functionality to it. If you know a better way please comment. I override methods where the dropdown is newly created. At that point I set the disabledFunction to the dropDown list.
Here is an example App:
You can get to the source code by right clicking on the example app and choosing View Source.