Version

IgnoreDuplicateKeydownMessages Property

Indicates if duplicate keydown messages should be ignored.
Syntax
'Declaration
 
Public Shared Property IgnoreDuplicateKeydownMessages As Boolean
public static bool IgnoreDuplicateKeydownMessages {get; set;}
Remarks
A bug in the .NET Framework when using ElementHost.EnableModelessKeyboardInterop() along with an ElementHost and WindowsFormsHost within a Windows Forms application, causes duplicate messages to be sent to message filters. This affects our international dead key processing code, so enabling this property provides the means the skip these messages.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also