Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace : AnnIsClipboardDataPresentCallback Delegate |
public delegate bool AnnIsClipboardDataPresentCallback( AnnAutomation automation, string format )
'Declaration
Public Delegate Function AnnIsClipboardDataPresentCallback( _ ByVal automation As AnnAutomation, _ ByVal format As String _ ) As Boolean
public delegate bool AnnIsClipboardDataPresentCallback( AnnAutomation automation, string format )
boolean AnnIsClipboardDataPresentCallback.isClipboardDataPresent(AnnAutomation automation, String format)
AnnIsClipboardDataPresentCallback( automation , format )
This callback is used by AnnAutomation when CanPaste is called. The automation object will query whether a callback was set in AnnAutomationManager.PlatformCallbacks and then AnnPlatformCallbacks.IsClipboardDataPresent. The implementer of AnnIsClipboardDataPresentCallback must then call the platform clipboard function to check whether data for format is present.