InkCanvas.CutSelection Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime les traits et les éléments sélectionnés et les copie dans le Presse-papiers.
public:
void CutSelection();
public void CutSelection ();
member this.CutSelection : unit -> unit
Public Sub CutSelection ()
Exemples
L’exemple suivant sélectionne et coupe deux éléments sur un InkCanvas. Cet exemple suppose qu’il existe un appel et un Button TextBox appelé button1
textbox1
, et que les deux contrôles sont des éléments enfants de l’élément InkCanvas.
inkCanvas1.Select(new UIElement[] { textbox1, button1 });
inkCanvas1.CutSelection();
inkCanvas1.Select(New UIElement() {textbox1, button1})
inkCanvas1.CutSelection()
Remarques
Le InkCanvas Presse-papiers peut prendre en charge les données au format XAML (Extensible Application Markup Language), au format ISF (Ink Serialized Format) et au format texte. Les traits du Presse-papiers sont au format XAML (Extensible Application Markup Language), au format ISF (Ink Serialized Format).