共用方式為


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

屬性值

適用於