TextBox.CutSelectionToClipboard Method
Definition
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.
Moves the selected content to the Windows clipboard and removes it from the text control.
public:
virtual void CutSelectionToClipboard() = CutSelectionToClipboard;
void CutSelectionToClipboard();
public void CutSelectionToClipboard();
function cutSelectionToClipboard()
Public Sub CutSelectionToClipboard ()