示例#1
0
 public static void HideSelection(this RichTextBox richTextBox, bool hide)
 {
     RichTextBoxHelper.HideSelection(richTextBox, hide);
 }