次の方法で共有


PropertyValueEditorCommands.ShowInlineEditor プロパティ

定義

PropertyContainerEditModeInline 編集モードに切り替える場合にエディターで実行されるコマンドを取得します。

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

プロパティ値

編集モードを切り替える RoutedCommand

適用対象