(Leadtools.Annotations.Automation)

AnnIsClipboardDataPresentCallback Delegate

Show in webframe




Automation object requesting the operation.
Annotation format. Currently only "AnnObject" is supported.
Callback to determind whether a clipboard paste operation can be performed.
Syntax
public delegate bool AnnIsClipboardDataPresentCallback( 
   AnnAutomation automation,
   string format
)
public delegate bool AnnIsClipboardDataPresentCallback( 
   AnnAutomation automation,
   string format
)

            

            
AnnIsClipboardDataPresentCallback( 
   automation ,
   format 
)

Parameters

automation
Automation object requesting the operation.
format
Annotation format. Currently only "AnnObject" is supported.

Return Value

true if a paste operation can be performed, otherwise; false.
Remarks

This callback is used by AnnAutomation when CanPaste is called. The automation object will query if 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.

Requirements

Target Platforms

See Also

Reference

AnnIsClipboardDataPresentCallback Members
Leadtools.Annotations.Automation Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.