Leadtools.Windows.Annotations Namespace > AnnAutomation Class : CanPaste Property |
public virtual bool CanPaste {get;}
'Declaration Public Overridable ReadOnly Property CanPaste As Boolean
'Usage Dim instance As AnnAutomation Dim value As Boolean value = instance.CanPaste
public virtual bool CanPaste {get;}
get_CanPaste();
Private Sub AnnAutomation_CanPaste(ByVal automation As AnnAutomation) If automation.CanPaste Then automation.Paste() End If End Sub
private void AnnAutomation_CanPaste(AnnAutomation automation) { if(automation.CanPaste) automation.Paste(); }
private void AnnAutomation_CanPaste(AnnAutomation automation) { if (automation.CanPaste) { // ... paste from Clipboard here... } }
Private Sub AnnAutomation_CanPaste(ByVal automation As AnnAutomation)
If automation.CanPaste Then
' ... paste from Clipboard here...
End If
End Sub
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2