Posts the specified message to a window by adding nMsg to handleReceiver's message queue.

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

Syntax

C#
public static bool PostMessage(
	Control ctrl,
	int msg,
	IntPtr wParam,
	IntPtr lParam
)

Return Value

See Also