InkManager.CanPasteFromClipboard Method

Definition

Note

For Universal Windows app using Extensible Application Markup Language (XAML), we recommend using InkPresenter and the InkCanvas control instead of InkManager.

Identifies whether content on the clipboard can be added to the InkStroke collection that is managed by the InkManager.

Note

Clipboard content must be in Ink Serialized Format (ISF).

public:
 virtual bool CanPasteFromClipboard() = CanPasteFromClipboard;
bool CanPasteFromClipboard();
public bool CanPasteFromClipboard();
function canPasteFromClipboard()
Public Function CanPasteFromClipboard () As Boolean

Returns

Boolean

bool

True if content can be pasted from the clipboard; otherwise, false.

Implements

Applies to

See also