How to unselect line when clicking outside of any text

后端 未结 0 791
借酒劲吻你
借酒劲吻你 2021-01-07 05:54

I have a feature that selects the line on which user clicks.

    private void richTextBox1_MouseClick(object sender, MouseEventArgs e)
{
    
    if(richTextB         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题