[]
        
(Showing Draft Content)

C1.WPF.DxToolkit.DxHost.TranslateCharCore

TranslateCharCore Method

TranslateCharCore(ref MSG, ModifierKeys)

Processes WM_CHAR input message.

Declaration
protected override bool TranslateCharCore(ref MSG msg, ModifierKeys modifiers)
Protected Overrides Function TranslateCharCore(ByRef msg As MSG, modifiers As ModifierKeys) As Boolean
Parameters
Type Name Description
MSG msg
ModifierKeys modifiers
Returns
Type Description
bool
Overrides