Like it usually happens, i figured it out soon after positng problemIn 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;![]()




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:
Reply With Quote