Receives all the Windows messages from the inner flexgrid control before they are processed by the grids WndProc. All the messages are dispatched to the MessageActions handler. This function returns true if the message is processed and should not be dispatched to the default window procedure.

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 OnChildGridWndProc(
	NativeWindow sender,
	C1FlexGrid grid,
	ref Message m
)

Parameters

sender
Type: System.Windows.Forms..::..NativeWindow
grid
Type: C1FlexGrid
m
Type: System.Windows.Forms..::..Message%

Return Value

See Also