Click or drag to resize

SingleInstanceOnWndProc Method (Form, Message, Boolean)

The WNDPROC delegate for Winforms applications.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void OnWndProc(
	Form form,
	Message message,
	bool activate
)

Parameters

form
Type: System.Windows.FormsForm
The Winform.
message
Type: System.Windows.FormsMessage
The window message.
activate
Type: SystemBoolean
if set to true the window is activated.
Exceptions
ExceptionCondition
ArgumentNullExceptionform is null.
See Also