Method UpdateSelStart
UpdateSelStart(Point)
Updates selection start to the specified position.
public virtual void UpdateSelStart(Point position)
Parameters
positionPointNew selection start.
UpdateSelStart(bool)
Updates selection start to the specified position.
public virtual void UpdateSelStart(bool checkIfEmpty)
Parameters
checkIfEmptyboolChecks whether selection is empty.
UpdateSelStart(Point, bool)
protected void UpdateSelStart(Point position, bool checkIfEmpty)