TextCompositionManager Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
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
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 . |