InkStrokeContainer.CanPasteFromClipboard Method

Definition

Identifies whether content on the clipboard can be added to the InkStroke collection managed by the InkStrokeContainer.

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