Click or drag to resize
Wizard .NET Library

ThemedLabelWndProc Method

Processes Windows messages.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
protected override void WndProc(
	ref Message m
)
Request Example View Source

Parameters

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