Return true if the clipboard contains something pasteable as a string

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public static bool CanPaste()
Visual Basic
Public Shared Function CanPaste As Boolean
Visual C++
public:
static bool CanPaste()

Return Value

true if the clipboard contains something pasteable

Exceptions

ExceptionCondition
LLCryptoLib..::..LLCryptoLibExceptionThis method is not supported in Mono

See Also