InkCanvas.CutSelection 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.
Deletes the selected strokes and elements, and copies them to the Clipboard.
public:
void CutSelection();
public void CutSelection();
member this.CutSelection : unit -> unit
Public Sub CutSelection ()
The following example selects and cuts two elements on an InkCanvas. This example assumes that there is a TextBox called textbox1
and a Button called button1
- and that both controls are child elements of the InkCanvas.
inkCanvas1.Select(new UIElement[] { textbox1, button1 });
inkCanvas1.CutSelection();
inkCanvas1.Select(New UIElement() {textbox1, button1})
inkCanvas1.CutSelection()
The InkCanvas can support Clipboard data in Extensible Application Markup Language (XAML) format, Ink Serialized Format (ISF), and text format. Strokes to the Clipboard are both Extensible Application Markup Language (XAML) format, Ink Serialized Format (ISF).
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: