Version

ForceNativeMessageFilter Method

This method is used to force all Infragistics objects using the AddMessageFilter methods to receive their notifications from a native windows operating system hook instead of attempting to use the .Net Application messagefilter infrastructure.
Syntax
'Declaration
 
Public Shared Sub ForceNativeMessageFilter() 
public static void ForceNativeMessageFilter()
Remarks

Once this method has been invoked, all subsequent calls to the AddMessageFilter will be added a native windows hook that will provide the message information.

This method cannot be reversed and should only be used when it is known that the .Net Application MessageFilter will not be invoked (e.g. when using Application.AddMessageFilter while in the Visual Studio IDE.

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