3 references to TCM_SETIMAGELIST
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TabControl.cs (3)
528
SendMessage(NativeMethods.
TCM_SETIMAGELIST
, IntPtr.Zero, handle);
1265
SendMessage(NativeMethods.
TCM_SETIMAGELIST
, 0, ImageList.Handle);
1355
SendMessage(NativeMethods.
TCM_SETIMAGELIST
, 0, imageList.Handle);