/// <summary> /// Scintilla remembers the x value of the last position horizontally moved to explicitly by the user and this value is then /// used when moving vertically such as by using the up and down keys. This method sets the current x position of the caret as /// the remembered value. /// </summary> public void ChooseCaretX() { NativeScintilla.ChooseCaretX(); }