Determines whether the Windows clipboard contains an image that can be copied using
Paste.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared ReadOnly Property IsReady As Boolean |
C# | |
---|
public static bool IsReady {get;} |
Managed Extensions for C++ | |
---|
public: __property static bool get_IsReady(); |
C++/CLI | |
---|
public:
static property bool IsReady {
bool get();
} |
Return Value
true if the clipboard contains an image that can be copied, false otherwise.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also