Method DeleteSelection
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