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

PostMessage() private method

private PostMessage ( System hwnd, int msg, IntPtr wparam, IntPtr lparam ) : bool
hwnd System
msg int
wparam System.IntPtr
lparam System.IntPtr
return bool
            public static extern bool PostMessage(System.Runtime.InteropServices.HandleRef hwnd, int msg, IntPtr wparam, IntPtr lparam);
TreeGridView.Win32Helper