Esempio n. 1
0
 public static int GetVisibleLines(this RichTextBox richTextBox)
 {
     return(RichTextBoxHelper.GetVisibleLines(richTextBox));
 }