AdvancedDataGridView.TreeGridView.Win32Helper.SendMessage C# (CSharp) Method

SendMessage() private method

private SendMessage ( System hWnd, int msg, IntPtr wParam, IntPtr lParam ) : IntPtr
hWnd System
msg int
wParam System.IntPtr
lParam System.IntPtr
return System.IntPtr
            public static extern IntPtr SendMessage(System.Runtime.InteropServices.HandleRef hWnd, int msg, IntPtr wParam, IntPtr lParam);

Same methods

TreeGridView.Win32Helper::SendMessage ( System hWnd, int msg, int wParam, int lParam ) : IntPtr
TreeGridView.Win32Helper