Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 720 Bytes

itextdocument_canpaste_1221588146.md

File metadata and controls

24 lines (17 loc) · 720 Bytes
-api-id -api-type
M:Windows.UI.Text.ITextDocument.CanPaste
winrt method

Windows.UI.Text.ITextDocument.CanPaste

-description

Determines whether the Clipboard has content that can be pasted into the document.

-returns

True if the Clipboard has content that can be pasted into the document; otherwise false.

-remarks

Pasting is allowed unless the control is read-only or the selection is protected and the client refuses permission to paste.

-examples

-see-also

ITextDocument.CanCopy, ITextDocument.CanRedo, ITextDocument.CanUndo