PropertyValueEditorCommands.ShowDialogEditor 属性

定义

获取编辑器引发的命令,该命令用于将 PropertyContainerEditMode 切换为 Dialog 编辑模式。

public:
 static property System::Windows::Input::RoutedCommand ^ ShowDialogEditor { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand ShowDialogEditor { get; }
static member ShowDialogEditor : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property ShowDialogEditor As RoutedCommand

属性值

用于切换编辑模式的 RoutedCommand

适用于