Nevron.Interop.Win32 Namespace / NComctl32 Class / ImageList_GetIcon Method


ImageList_GetIcon Method
Syntax
'Declaration
 
Public Shared Function ImageList_GetIcon( _
   ByVal hImgList As System.IntPtr, _
   ByVal index As System.Integer, _
   ByVal flags As System.Integer _
) As System.IntPtr
 
'Usage
 
Dim hImgList As System.IntPtr
Dim index As System.Integer
Dim flags As System.Integer
Dim value As System.IntPtr
 
value = NComctl32.ImageList_GetIcon(hImgList, index, flags)

Parameters

hImgList
index
flags
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also