======Метод NativeMethods.SendMessage(HandleRef, Int32, Int32, Int32[])====== * **Пространство имен:** [[developers:references:topomatic.controls|Topomatic.Controls]] * **Сборка:** Topomatic.Controls (в Topomatic.Controls.dll) =====Синтаксис===== public static IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, int[] lParam) **Параметры** * //hWnd// * Тип: [[developers:references:system.runtime.interopservices.handleref|System.Runtime.InteropServices.HandleRef]] * //msg// * Тип: [[developers:references:system.int32|System.Int32]] * //wParam// * Тип: [[developers:references:system.int32|System.Int32]] * //lParam// * Тип: [[developers:references:system.int32|System.Int32]][] **Возвращаемое значение** * Тип: [[developers:references:system.intptr|System.IntPtr]]