次の方法で共有


Entry.ReturnCommand プロパティ

定義

ユーザーが戻りキーを押したときに実行するコマンドを取得または設定します。物理的に押すか、スクリーン キーボードを使用します。 これはバインド可能なプロパティです。

public:
 property System::Windows::Input::ICommand ^ ReturnCommand { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
public System.Windows.Input.ICommand ReturnCommand { get; set; }
member this.ReturnCommand : System.Windows.Input.ICommand with get, set
Public Property ReturnCommand As ICommand

プロパティ値

適用対象