[DllImport("comctl32.dll", SetLastError=true)]
static extern bool ImageList_AddMasked(IntPtr hImageList, IntPtr hBitmap, int crMask);
Declare Function ImageList_AddMasked Lib "comctl32.dll" (TODO) As TODO
<DllImport("comctl32.dll", SetLastError := True)> _
Private Shared Function ImageList_AddMasked(hImageList As IntPtr, hBitmap As IntPtr, crMask As Integer) As Boolean
End Function
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!