@msdn=http://msdn2.microsoft.com/en-us/library/bb761540(VS.85).aspx @pinvoke=http://pinvoke.net/$$$.htm Summary: Creates a duplicate of an existing image list. !!!!C# Signature: [DllImport("comctl32.dll", SetLastError=true)] static extern IntPtr ImageList_Duplicate(IntPtr original); !!!!VB Signature: 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 !!!!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: ImageList_Duplicate@msdn on MSDN
Edit comctl32.ImageLis...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.