示例#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()];