目录1、需求2、现有的ComboBox(1)不设置任何参数(2)设置ComboBox.IsEditable=true3、使用VisualTreeHelper单独处理TextBox4、使用wpF DEV中的ComboBoxEdit5、总结1、需求
I hope to mask the text input to UITextField as: \"ABCDE\" to \"*****\" below are my codes without function