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 > AnnAutomation Class : CanPaste Property |
public bool CanPaste {get;}
'Declaration
Public ReadOnly Property CanPaste As Boolean
public bool CanPaste {get;}
@property (nonatomic, readonly) BOOL canPaste;
public boolean canPaste()
get_CanPaste();
Use this property to update the user interface of your application (for example, enabling or disabling an Edit/Paste menu item). Call the Paste method to actually copy the objects from the clipboard to this AnnAutomation.
Since clipboard operation is platform-specific, this property will the IsClipboardDataPresent ofPlatformCallbacks to determine if clipboard data is ready.