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

属性值

适用于