回复 3楼iceman的帖子
还是不行呀,你看看代码:
namespace TX_CN_Test
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
this.textControl1.SectionFormatDialog(0);
}
}
}
SectionFormatDialog(0)这个的弹出框依然是英文,这个弹出框能是中文的吗 |