TextCompositionManager 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
입력 및 텍스트 컴포지션과 관련된 이벤트를 관리하는 기능을 제공합니다.
public ref class TextCompositionManager sealed : System::Windows::Threading::DispatcherObject
public sealed class TextCompositionManager : System.Windows.Threading.DispatcherObject
type TextCompositionManager = class
inherit DispatcherObject
Public NotInheritable Class TextCompositionManager
Inherits DispatcherObject
- 상속
필드
PreviewTextInputEvent |
PreviewTextInput 연결된 이벤트를 식별합니다. |
PreviewTextInputStartEvent |
PreviewTextInputStart 연결된 이벤트를 식별합니다. |
PreviewTextInputUpdateEvent |
PreviewTextInputUpdate 연결된 이벤트를 식별합니다. |
TextInputEvent |
TextInput 연결된 이벤트를 식별합니다. |
TextInputStartEvent |
TextInputStart 연결된 이벤트를 식별합니다. |
TextInputUpdateEvent |
TextInputUpdate 연결된 이벤트를 식별합니다. |
속성
Dispatcher |
이 Dispatcher와 연결된 DispatcherObject를 가져옵니다. (다음에서 상속됨 DispatcherObject) |
메서드
연결된 이벤트
PreviewTextInput |
TextComposition이 완료될 때 발생합니다. |
PreviewTextInputStart |
새 TextComposition이 시작될 때 발생합니다. |
PreviewTextInputUpdate |
TextComposition이 업데이트될 때 발생합니다. |
TextInput |
TextComposition이 완료될 때 발생합니다. |
TextInputStart |
새 TextComposition이 시작될 때 발생합니다. |
TextInputUpdate |
TextComposition이 업데이트될 때 발생합니다. |
적용 대상
추가 정보
.NET