Bagikan melalui


TextCompositionManager Kelas

Definisi

Menyediakan fasilitas untuk mengelola peristiwa yang terkait dengan komposisi input dan teks.

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
Warisan
TextCompositionManager

Bidang

PreviewTextInputEvent

Mengidentifikasi peristiwa terlampir PreviewTextInput .

PreviewTextInputStartEvent

Mengidentifikasi peristiwa terlampir PreviewTextInputStart .

PreviewTextInputUpdateEvent

Mengidentifikasi peristiwa terlampir PreviewTextInputUpdate .

TextInputEvent

Mengidentifikasi peristiwa terlampir TextInput .

TextInputStartEvent

Mengidentifikasi peristiwa terlampir TextInputStart .

TextInputUpdateEvent

Mengidentifikasi peristiwa terlampir TextInputUpdate .

Properti

Dispatcher

Mendapatkan ini DispatcherDispatcherObject dikaitkan dengan.

(Diperoleh dari DispatcherObject)

Metode

AddPreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

Menambahkan handler untuk kejadian terlampir PreviewTextInput .

AddPreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Menambahkan handler untuk kejadian terlampir PreviewTextInputStart .

AddPreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Menambahkan handler untuk kejadian terlampir PreviewTextInputUpdate .

AddTextInputHandler(DependencyObject, TextCompositionEventHandler)

Menambahkan handler untuk kejadian terlampir TextInput .

AddTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Menambahkan handler untuk kejadian terlampir TextInputStart .

AddTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Menambahkan handler untuk kejadian terlampir TextInputUpdate .

CheckAccess()

Menentukan apakah utas panggilan memiliki akses ke ini DispatcherObject.

(Diperoleh dari DispatcherObject)
CompleteComposition(TextComposition)

Melengkapi komposisi teks tertentu.

Equals(Object)

Menentukan apakah objek yang ditentukan sama dengan objek saat ini.

(Diperoleh dari Object)
GetHashCode()

Berfungsi sebagai fungsi hash default.

(Diperoleh dari Object)
GetType()

Mendapatkan instans Type saat ini.

(Diperoleh dari Object)
MemberwiseClone()

Membuat salinan dangkal dari yang saat ini Object.

(Diperoleh dari Object)
RemovePreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

Menghapus handler untuk kejadian terlampir PreviewTextInput .

RemovePreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Menghapus handler untuk kejadian terlampir TextInputStart .

RemovePreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Menghapus handler untuk kejadian terlampir PreviewTextInputUpdate .

RemoveTextInputHandler(DependencyObject, TextCompositionEventHandler)

Menghapus handler untuk kejadian terlampir TextInput .

RemoveTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Menghapus handler untuk kejadian terlampir TextInputStart .

RemoveTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Menghapus handler untuk kejadian terlampir TextInputUpdate .

StartComposition(TextComposition)

Memulai komposisi teks tertentu.

ToString()

Mengembalikan string yang mewakili objek saat ini.

(Diperoleh dari Object)
UpdateComposition(TextComposition)

Updates komposisi teks tertentu.

VerifyAccess()

Memberlakukan bahwa utas panggilan memiliki akses ke ini DispatcherObject.

(Diperoleh dari DispatcherObject)

Acara yang Terlampir

PreviewTextInput

Terjadi ketika selesai TextComposition .

PreviewTextInputStart

Terjadi ketika baru TextComposition dimulai.

PreviewTextInputUpdate

Terjadi ketika diperbarui TextComposition .

TextInput

Terjadi ketika selesai TextComposition .

TextInputStart

Terjadi ketika baru TextComposition dimulai.

TextInputUpdate

Terjadi ketika diperbarui TextComposition .

Berlaku untuk

Lihat juga