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