Property Selection
Selection
When implemented by a class, represents an object that implements ISelection
interface. This object represents various properties and methods to manipulate text selection, such as copy, paste and drag selected text.
ISelection Selection { get; set; }