Processes Windows messages.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected override void WndProc(
	ref Message m
)

Parameters

m
Type: System.Windows.Forms..::.Message %
The Message message to be processed.

See Also