Click or drag to resize
DigitalRuneFormsPresentationTargetWndProc Method
Processes Windows messages.

Namespace: DigitalRune.Graphics.Interop
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected override void WndProc(
	ref Message m
)

Parameters

m
Type: Message
The Windows Message to process.
See Also