Example #1
0
		// TODO-Linux: Implement if needed
		public static void SendMessage(IntPtr hWnd, LVMsgs msg, int wParam, ref LVITEM lParam)
		{
			Console.WriteLine("Warning using unimplemented method SendMessage");
		}
Example #2
0
		public static extern void SendMessage(IntPtr hWnd, LVMsgs msg, int wParam, ref LVITEM lParam);