TextBlock.CopySelectionToClipboard Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the selected content to the Windows clipboard.
public:
virtual void CopySelectionToClipboard() = CopySelectionToClipboard;
void CopySelectionToClipboard();
C#
public void CopySelectionToClipboard();
function copySelectionToClipboard()
Public Sub CopySelectionToClipboard ()
Important
If using a keyboard for text selection within a TextBlock, the user must first activate Caret Browsing (with the app in the foreground, press F7).
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |