Alsing.Windows.Forms.SyntaxBox.Caret.SetPos C# (CSharp) Method

SetPos() public method

Sets the position of the caret
public SetPos ( TextPoint pos ) : void
pos Alsing.SourceCode.TextPoint Point containing the new x and y positions
return void
        public void SetPos(TextPoint pos)
        {
            Position = pos;
            RememberXPos();
        }