Alsing.Windows.Forms.SyntaxBox.Caret.SetPos C# (CSharp) Метод

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

Sets the position of the caret
public SetPos ( TextPoint pos ) : void
pos Alsing.SourceCode.TextPoint Point containing the new x and y positions
Результат void
        public void SetPos(TextPoint pos)
        {
            Position = pos;
            RememberXPos();
        }