SidebarLibrary.Win32.WindowsAPI.ImageList_Add C# (CSharp) Method

ImageList_Add() private method

private ImageList_Add ( IntPtr imageHandle, IntPtr hBitmap, IntPtr hMask ) : int
imageHandle System.IntPtr
hBitmap System.IntPtr
hMask System.IntPtr
return int
		public static extern int ImageList_Add(IntPtr imageHandle, IntPtr hBitmap, IntPtr hMask);
		[DllImport("comctl32.dll")]