Table of Contents

Method DeleteSelection

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DeleteSelection()

Deletes the current selection.

public virtual void DeleteSelection()

Remarks

Note that for the Webkit backend the selection must be editable, either through the correct HTML attribute or Editable property.

See Also