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