111,080
社区成员




if (textBox1.SelectionLength >0)
{
textBox1.SelectionLength = 0;
}
if (textBox1.SelectedText == textBox1.Text)
{
textBox1.SelectionLength = 0;
}
if (textBox1.SelectedText == textBox1.Text)
{
textBox1.SelectionLength = 0;
}