←Select platform

IsClipboardDataPresent Property

Summary

Gets or sets the callback for checking whether clipboard data is present.

Syntax

C#
VB
Java
WinRT C#
C++
public AnnIsClipboardDataPresentCallback IsClipboardDataPresent { get; set; } 
public AnnIsClipboardDataPresentCallback getIsClipboardDataPresent() 
public void setIsClipboardDataPresent(AnnIsClipboardDataPresentCallback isClipboardDataPresent) 
             
 <br/>get_IsClipboardDataPresent();<br/>set_IsClipboardDataPresent(value);<br/>Object.defineProperty('IsClipboardDataPresent');  
public:  
   property AnnIsClipboardDataPresentCallback^ IsClipboardDataPresent 
   { 
      AnnIsClipboardDataPresentCallback^ get() 
      void set(AnnIsClipboardDataPresentCallback^ value) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly