本文介绍了Combobox不支持其他语言字符。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试为组合框提供中文/日文字符,但是没有设置值。
使用英文组合框工作正常并接受该值。
可以有人为这个问题提供了解决方案吗?
这就是我设置它的方式:
IComboBox组合框;
combobox.Text = workFlowToBeUpdated ;
I am trying to provide Chinese/Japanese characters to the combobox but the value is not set .
When using English combobox works fine and accepts the value.
Can somebody provide any solution for the problem ?
Here is the way I'm setting it :
IComboBox combobox;
combobox.Text = workFlowToBeUpdated;
推荐答案
这篇关于Combobox不支持其他语言字符。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!