EnvironmentBase.PreFilterMessage (Int32, IntPtr) Method

Public MustOverride Function PreFilterMessage( _ 
ByVal msg As Integer, _ 
ByVal lParam As IntPtr
) As Boolean
This language is not supported or no code example is available.
public abstract bool PreFilterMessage( 
int msg
IntPtr lParam 
)
This language is not supported or no code example is available.

Parameters

msg
int

lParam
IntPtr

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition