Partager via


PropertyValueEditorCommands.ShowExtendedPopupEditor, propriété

Obtient un RoutedCommand qui représente une demande d'affichage d'un éditeur étendue pour une propriété.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property ShowExtendedPopupEditor As RoutedCommand
    Get
public static RoutedCommand ShowExtendedPopupEditor { get; }
public:
static property RoutedCommand^ ShowExtendedPopupEditor {
    RoutedCommand^ get ();
}
static member ShowExtendedPopupEditor : RoutedCommand
static function get ShowExtendedPopupEditor () : RoutedCommand

Valeur de propriété

Type : System.Windows.Input.RoutedCommand
Demande d'affichage d'un éditeur étendu pour une propriété.

Notes

La fenêtre de propriété doit prendre en charge l'utilisateur avec les différents modes d'édition d'une propriété, le cas échéant. La fenêtre de propriété doit prendre en charge les éditeurs étendus. Par exemple, l'éditeur de propriétés HorizontalAlignment est un éditeur étendu où l'utilisateur sélectionne la valeur de la propriété dans une liste déroulante.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValueEditorCommands Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

PropertyValueEditor

PropertyContainerEditMode

ExtendedPopup

CanExecute

Execute

Autres ressources

Architecture de l'extensibilité du Concepteur WPF