AdvancedDataGridView.TreeGridView.Win32Helper.PostMessage C# (CSharp) Méthode

PostMessage() private méthode

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