Table of Contents

Property CanPaste

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CanPaste

Gets a value indicating whether the current selection can be replaced with the contents of the Clipboard, which allows thePaste() method to succeed.

bool CanPaste { get; }

Property Value

bool

true if the data can be pasted; otherwise, false.