Ejemplo n.º 1
0
 public static bool AtLastLIne(this TextBoxBase textBox) => textBox.CurrentLineIndex() == textBox.Lines.Length - 1;
Ejemplo n.º 2
0
 public static string CurrentLine(this TextBoxBase textBox) => textBox.Lines[textBox.CurrentLineIndex()];