TextBox.CanPasteClipboardContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.