Alsing.Windows.Forms.SyntaxBox.EditViewControl.ClearSelection C# (CSharp) Méthode

ClearSelection() public méthode

Clears the active selection.
public ClearSelection ( ) : void
Résultat void
        public void ClearSelection()
        {
            Selection.ClearSelection();
            Redraw();
        }