The CanPaste Property supports WPF/Silverlight.
The CanPaste Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets a value that indicates whether the clipboard contains annotation objects that can be pasted.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property CanPaste As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnAutomation
Dim value As Boolean
value = instance.CanPaste |
C# | |
---|
public virtual bool CanPaste {get;} |
C++/CLI | |
---|
public:
virtual property bool CanPaste {
bool get();
} |
Property Value
true if the clipboard contains annotation objects that can be pasted; false otherwise.
Example
Remarks
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also