ImageList_Add (comctl32)
Last changed: -37.236.16.81

.
Summary
TODO - a short description

C# Signature:

[DllImport("comctl32.dll", SetLastError=true)]
static extern bool ImageList_Add(IntPtr hImageList, IntPtr hBitmap, IntPtr hMask);

VB Signature:

Declare Function ImageList_Add Lib "comctl32.dll" (ByVal hImageList As IntPtr, ByVal hBitmap As IntPtr, ByVal hMask As IntPtr) As Boolean

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation