TextBox.CanPasteClipboardContent Property

Definition

Gets a value that indicates whether clipboard content can be pasted into the control.

public:
 property bool CanPasteClipboardContent { bool get(); };
bool CanPasteClipboardContent();
public bool CanPasteClipboardContent { get; }
var boolean = textBox.canPasteClipboardContent;
Public ReadOnly Property CanPasteClipboardContent As Boolean

Property Value

Boolean

bool

true if clipboard content can be pasted into the control; otherwise, false.

Applies to