WinApiPostMessage Method

Sends the specified message to a window or windows

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon.RibbonHelpers
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
public static bool PostMessage(
	IntPtr hWnd,
	int msg,
	int wParam,
	int lParam
)

Parameters

hWnd  IntPtr
handle to destination window
msg  Int32
 
wParam  Int32
first message parameter
lParam  Int32
second message parameter

Return Value

Boolean
none

See Also