Sends a Windows message (see Win32 API for futher details.).
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public static bool PostMessage( IntPtr handle, int msg, int wParam, int lParam ) |
Parameters
- handle
- Type: System..::.IntPtr
A window handle.
- msg
- Type: System..::.Int32
A message number.
- wParam
- Type: System..::.Int32
A w-Param value.
- lParam
- Type: System..::.Int32
A l-Param value.