ImageList_Create (comctl32)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport("comctl32.dll", SetLastError = true)]
static extern IntPtr ImageList_Create(int cx, int cy, uint flags, int cInitial, int cGrow);

VB Signature:

Declare Function ImageList_Add Lib "comctl32.dll" (ByVal cx As Integer, ByVal cy As Integer, ByVal flags As uint, ByVal cInitial as Integer, ByVal cGrow as Integer) As IntPtr

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