Proprietà PropertyValueEditorCommands.ShowContextMenu

Ottiene un oggetto RoutedCommand che rappresenta una richiesta di visualizzazione di un menu di scelta rapida in PropertyContainer.

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

Sintassi

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

Valore proprietà

Tipo: System.Windows.Input.RoutedCommand
Richiesta di visualizzazione di un menu di scelta rapida in PropertyContainer.

Esempi

Architettura di estensibilità di Progettazione WPF

PropertyValueEditor

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValueEditorCommands Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing