Table of Contents

Interface IPasteTarget

Namespace
SharpConsoleUI.Controls
Assembly
SharpConsoleUI.dll

Implemented by controls that accept pasted text as an atomic block. The owning window routes both terminal-native bracketed paste and Ctrl+V to the focused control's Paste(string).

public interface IPasteTarget
Extension Methods

Methods

Paste(string)

Inserts text at the current position as a single paste.

void Paste(string text)

Parameters

text string