LVectorBase::IsClipboardReady

Summary

Determines whether the Windows clipboard contains vector data that can be copied using the LVectorBase::CopyFromClipboard function.

Syntax

#include "ltwrappr.h"

virtual L_BOOL LVectorBase::IsClipboardReady(L_VOID)

Returns

Value Meaning
TRUE The clipboard contains vector data that can be copied.
FALSE The clipboard does not contain vector data that can be copied.

Comments

To copy vector data to the clipboard, call LVectorBase::CopyToClipboard.

To copy vector data to a vector handle, from the clipboard, call LVectorBase::CopyFromClipboard.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LVectorBase::CopyFromClipboard.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.