Partager via


PropertyValueEditorCommands.ShowInlineEditor, propriété

Obtient un RoutedCommand qui représente une demande d'affichage d'un éditeur inline 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 ShowInlineEditor As RoutedCommand
    Get
public static RoutedCommand ShowInlineEditor { get; }
public:
static property RoutedCommand^ ShowInlineEditor {
    RoutedCommand^ get ();
}
static member ShowInlineEditor : RoutedCommand
static function get ShowInlineEditor () : RoutedCommand

Valeur de propriété

Type : System.Windows.Input.RoutedCommand
Demande d'affichage d'un éditeur inline 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 inline. Par exemple, l'éditeur de propriétés Margin est un éditeur inline où l'utilisateur tape directement la valeur de la propriété dans la ligne correspondante.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValueEditorCommands Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

PropertyValueEditor

PropertyContainerEditMode

Inline

CanExecute

Execute

Autres ressources

Architecture de l'extensibilité du Concepteur WPF