←Select platform

IsClipboardDataPresent Property

Summary
Gets or sets the callback for checking whether clipboard data is present.
Syntax
C#
C++/CLI
Java
Python
public AnnIsClipboardDataPresentCallback IsClipboardDataPresent { get; set; } 
public AnnIsClipboardDataPresentCallback getIsClipboardDataPresent() 
public void setIsClipboardDataPresent(AnnIsClipboardDataPresentCallback isClipboardDataPresent) 
public:  
   property AnnIsClipboardDataPresentCallback^ IsClipboardDataPresent 
   { 
      AnnIsClipboardDataPresentCallback^ get() 
      void set(AnnIsClipboardDataPresentCallback^ value) 
   } 
IsClipboardDataPresent # get and set (AnnPlatformCallbacks) 

Property Value

The callback for checking whether clipboard data is present. The default value is null.

Remarks

This callback is used by AnnAutomation when CanPaste is called to check whether annotation objects are present in the platform clipboard.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

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