Mono.TextEditor.TextEditorData.SetCaretTo C# (CSharp) Метод

SetCaretTo() публичный Метод

public SetCaretTo ( int line, int column ) : void
line int
column int
Результат void
		public void SetCaretTo (int line, int column)
		{
			SetCaretTo (line, column, true);
		}
		

Same methods

TextEditorData::SetCaretTo ( int line, int column, bool highlight ) : void
TextEditorData::SetCaretTo ( int line, int column, bool highlight, bool centerCaret ) : void