Ink.CanPaste Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Returns a value that indicates whether data (either on the Clipboard, or as an IDataObject) can be converted to an Ink object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CanPaste() | Returns a value that indicates whether the data on the Clipboard can be converted to an Ink object. | |
CanPaste(Object) | Returns a value that indicates whether the IDataObject can be converted to an Ink object. |
Top