[DllImport("comctl32.dll", SetLastError=true)]
static extern IntPtr ImageList_Duplicate(IntPtr original);
Declare Function ImageList_Duplicate Lib "comctl32.dll" (IntPtr ) As IntPtr
<DllImport("comctl32.dll", SetLastError := True)> _
Private Shared Function ImageList_Duplicate(original As IntPtr) As IntPtr
End Function
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!