PropertyValueEditorCommands.ShowExtendedPinnedEditor 属性

定义

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

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

属性值

RoutedCommand

用于切换编辑模式的 RoutedCommand

适用于