다음을 통해 공유


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

속성 값

적용 대상