Nevron.Interop.Win32 Namespace / NUxTheme Class / DrawThemeIcon Method


DrawThemeIcon Method
Syntax
'Declaration
 
Public Shared Function DrawThemeIcon( _
   ByVal hTheme As System.IntPtr, _
   ByVal hDC As System.IntPtr, _
   ByVal partId As System.Integer, _
   ByVal stateId As System.Integer, _
   ByRef rect As NWin32.RECT, _
   ByVal hImageList As System.IntPtr, _
   ByVal imageIndex As System.Integer _
) As System.Integer
 
'Usage
 
Dim hTheme As System.IntPtr
Dim hDC As System.IntPtr
Dim partId As System.Integer
Dim stateId As System.Integer
Dim rect As NWin32.RECT
Dim hImageList As System.IntPtr
Dim imageIndex As System.Integer
Dim value As System.Integer
 
value = NUxTheme.DrawThemeIcon(hTheme, hDC, partId, stateId, rect, hImageList, imageIndex)

Parameters

hTheme
hDC
partId
stateId
rect
hImageList
imageIndex
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