HwndHost.TranslateCharCore(MSG, ModifierKeys) Metode
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.
Memproses pesan input WM_CHAR, WM_SYSCHAR, WM_DEADCHAR, dan WM_SYSDEADCHAR sebelum metode dipanggil OnMnemonic(MSG, ModifierKeys) .
protected:
virtual bool TranslateCharCore(System::Windows::Interop::MSG % msg, System::Windows::Input::ModifierKeys modifiers);
[System.Security.SecurityCritical]
protected virtual bool TranslateCharCore(ref System.Windows.Interop.MSG msg, System.Windows.Input.ModifierKeys modifiers);
protected virtual bool TranslateCharCore(ref System.Windows.Interop.MSG msg, System.Windows.Input.ModifierKeys modifiers);
[<System.Security.SecurityCritical>]
abstract member TranslateCharCore : MSG * System.Windows.Input.ModifierKeys -> bool
override this.TranslateCharCore : MSG * System.Windows.Input.ModifierKeys -> bool
abstract member TranslateCharCore : MSG * System.Windows.Input.ModifierKeys -> bool
override this.TranslateCharCore : MSG * System.Windows.Input.ModifierKeys -> bool
Protected Overridable Function TranslateCharCore (ByRef msg As MSG, modifiers As ModifierKeys) As Boolean
Parameter
- msg
- MSG
Pesan dan data terkait. Jangan ubah struktur ini. Ini diteruskan oleh referensi hanya karena alasan performa.
- modifiers
- ModifierKeys
Tombol pengubah.
Mengembalikan
Selalu mengembalikan false.
- Atribut