Alsing.Windows.Forms.SyntaxBox.Selection.MakeSelection C# (CSharp) Method

MakeSelection() public method

Make a selection from the current selection start to the position of the caret
public MakeSelection ( ) : void
return void
        public void MakeSelection()
        {
            Bounds.LastColumn = Control.Caret.Position.X;
            Bounds.LastRow = Control.Caret.Position.Y;
        }