Like it usually happens, i figured it out soon after positng problem In case someone else have the same problem, you should mask not the combo box instance but it's dropdown property so last line in my example should be:

Code:
cb.dropdown.mask = masker;