PropertyValueEditorCommands.ShowInlineEditor 属性

获取一个 RoutedCommand 对象,该对象表示一个要为属性显示内联编辑器的请求。

命名空间:  Microsoft.Windows.Design.PropertyEditing
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
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

属性值

类型:System.Windows.Input.RoutedCommand
一个要为属性显示内联编辑器的请求。

备注

属性窗口应支持使用不同属性编辑模式的用户(如果有)。 属性窗口应支持内联编辑器。 例如,Margin 属性编辑器是一个内联编辑器,其中用户可以在属性行中直接键入属性值。

.NET Framework 安全性

请参见

参考

PropertyValueEditorCommands 类

Microsoft.Windows.Design.PropertyEditing 命名空间

PropertyValueEditor

PropertyContainerEditMode

Inline

CanExecute

Execute

其他资源

WPF 设计器扩展性体系结构