Condividi tramite


Proprietà DesignerCommands.Cancel

Ottiene un comando che annulla l'operazione corrente.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property Cancel As RoutedCommand
    Get
public static RoutedCommand Cancel { get; }
public:
static property RoutedCommand^ Cancel {
    RoutedCommand^ get ();
}
static member Cancel : RoutedCommand
static function get Cancel () : RoutedCommand

Valore proprietà

Tipo: System.Windows.Input.RoutedCommand
Comando che annulla l'operazione corrente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DesignerCommands Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF