TextCompositionManager 클래스

정의

입력 및 텍스트 컴포지션과 관련된 이벤트를 관리하는 기능을 제공합니다.

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
상속
TextCompositionManager

필드

PreviewTextInputEvent

PreviewTextInput 연결된 이벤트를 식별합니다.

PreviewTextInputStartEvent

PreviewTextInputStart 연결된 이벤트를 식별합니다.

PreviewTextInputUpdateEvent

PreviewTextInputUpdate 연결된 이벤트를 식별합니다.

TextInputEvent

TextInput 연결된 이벤트를 식별합니다.

TextInputStartEvent

TextInputStart 연결된 이벤트를 식별합니다.

TextInputUpdateEvent

TextInputUpdate 연결된 이벤트를 식별합니다.

속성

Dispatcher

Dispatcher와 연결된 DispatcherObject를 가져옵니다.

(다음에서 상속됨 DispatcherObject)

메서드

AddPreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

PreviewTextInput 연결된 이벤트에 대한 처리기를 추가합니다.

AddPreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

PreviewTextInputStart 연결된 이벤트에 대한 처리기를 추가합니다.

AddPreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

PreviewTextInputUpdate 연결된 이벤트에 대한 처리기를 추가합니다.

AddTextInputHandler(DependencyObject, TextCompositionEventHandler)

TextInput 연결된 이벤트에 대한 처리기를 추가합니다.

AddTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

TextInputStart 연결된 이벤트에 대한 처리기를 추가합니다.

AddTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

TextInputUpdate 연결된 이벤트에 대한 처리기를 추가합니다.

CheckAccess()

호출 스레드가 이 DispatcherObject에 액세스할 수 있는지 여부를 확인합니다.

(다음에서 상속됨 DispatcherObject)
CompleteComposition(TextComposition)

지정한 텍스트 컴포지션을 완료합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
RemovePreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

PreviewTextInput 연결된 이벤트에 대한 처리기를 제거합니다.

RemovePreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

TextInputStart 연결된 이벤트에 대한 처리기를 제거합니다.

RemovePreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

PreviewTextInputUpdate 연결된 이벤트에 대한 처리기를 제거합니다.

RemoveTextInputHandler(DependencyObject, TextCompositionEventHandler)

TextInput 연결된 이벤트에 대한 처리기를 제거합니다.

RemoveTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

TextInputStart 연결된 이벤트에 대한 처리기를 제거합니다.

RemoveTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

TextInputUpdate 연결된 이벤트에 대한 처리기를 제거합니다.

StartComposition(TextComposition)

지정한 텍스트 컴포지션을 시작합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
UpdateComposition(TextComposition)

지정한 텍스트 컴포지션을 업데이트합니다.

VerifyAccess()

호출 스레드에서 이 DispatcherObject에 액세스할 수 있는지 확인합니다.

(다음에서 상속됨 DispatcherObject)

연결된 이벤트

PreviewTextInput

TextComposition이 완료될 때 발생합니다.

PreviewTextInputStart

TextComposition이 시작될 때 발생합니다.

PreviewTextInputUpdate

TextComposition이 업데이트될 때 발생합니다.

TextInput

TextComposition이 완료될 때 발생합니다.

TextInputStart

TextComposition이 시작될 때 발생합니다.

TextInputUpdate

TextComposition이 업데이트될 때 발생합니다.

적용 대상

추가 정보