IClipboardService public interface IClipboardService : IService Defines methods to manipulate the clipboard. Documentation Code string Text { get; set; } Gets or sets the text that is stored on the clipboard.