#include "ltwrappr.h"
virtual L_BOOL LAnnotation::IsClipboardReady()
Determines whether the Windows clipboard contains an annotation object that can be pasted using the LAnnContainer::CopyFromClipboard function.
Returns
A value indicating whether the clipboard contains an annotation object. Possible values are:
Value |
Meaning |
TRUE |
The clipboard contains an annotation that can be copied. |
FALSE |
The clipboard does not contain an annotation that can be copied. |
Comments
You can use LAnnotation::CopyToClipboard or LAnnotation::CutToClipboard to put valid annotation data on the clipboard. LAnnContainer::CopyFromClipboard can be used to copy valid annotation data from the clipboard to a container.
Required DLLs and Libraries
LTANN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
See Also
Functions: |
|
Topics: |
|
|
|
|
Example
For an example, refer to LAnnotation::CopyToClipboard.