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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
PropertyValueEditorCommands Classe
Microsoft.Windows.Design.PropertyEditing, espace de noms