HwndSource.TranslateCharCore(MSG, ModifierKeys) Yöntem

Tanım

Yöntem çağrılmadan önce OnMnemonic(MSG, ModifierKeys) WM_CHAR, WM_SYSCHAR, WM_DEADCHAR ve WM_SYSDEADCHAR giriş iletilerini işler.

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

Parametreler

msg
MSG

İleti ve ilişkili veriler. Bu yapıyı değiştirmeyin. Yalnızca performans nedenleriyle başvuru ile geçirilir.

modifiers
ModifierKeys

Değiştirici tuşlar.

Döndürülenler

Boolean

true ileti işlendiyse ve OnMnemonic(MSG, ModifierKeys) çağrılmaması gerekiyorsa; aksi takdirde , false.

Öznitelikler

Şunlara uygulanır