共用方式為


PropertyValueEditorCommands.ShowInlineEditor 屬性

定義

取得編輯器所引發的命令,以便將 PropertyContainerEditMode 切換至 Inline 編輯模式。

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

屬性值

RoutedCommand

切換編輯模式的 RoutedCommand

適用於