BrightIdeasSoftware.Utilities.ImagelistAdd.ImageList_Add C# (CSharp) Метод

ImageList_Add() приватный Метод

private ImageList_Add ( IntPtr hImageList, IntPtr hBitmap, IntPtr hMask ) : bool
hImageList System.IntPtr
hBitmap System.IntPtr
hMask System.IntPtr
Результат bool
        private static extern bool ImageList_Add(IntPtr hImageList, IntPtr hBitmap, IntPtr hMask);