Receives all windows messages from the cell editor control before they are processed by the control's WndProc. Returns true to indicate that the message has been handled and the control's WndProc should not process it.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
protected internal override bool OnChildEditWndProc(
	NativeWindow sender,
	Control edit,
	ref Message m
)

Return Value

See Also