다음을 통해 공유


EditingCommands.CorrectSpellingError 속성

정의

현재 위치에서 철자가 잘못된 단어를 수정하도록 요청하는 CorrectSpellingError 명령을 나타냅니다.

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

속성 값

RoutedUICommand

요청된 명령입니다. 이 명령에는 기본 키 제스처가 없습니다.

설명

없는 반드시; 지정된 된 개체에서이 명령에 응답 하는 실제 구현 대부분의 명령에 응답 하는 구현은 애플리케이션 개발자의 책임입니다.

XAML 특성 사용

<object property="CorrectSpellingError"/>  

적용 대상

추가 정보