Processes Windows messages.

Namespace:  SGP.Baltie2D
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 Window Message to process.

See Also