PasswordBox::Paste Method ()
.NET Framework (current version)
Replaces the current selection in the PasswordBox with the contents of the Clipboard.
Assembly: PresentationFramework (in PresentationFramework.dll)
This method does not clear the contents of the PasswordBox before the paste; it will either replace the current selection with pasted content, or insert the pasted content at the current cursor position.
The following example shows how to paste content into a PasswordBox with the Paste method.
.NET Framework
Available since 3.0
Available since 3.0
Show: