Desktop Functions: Smart Device Functions:
|
Search Results for "DrawThemeIcon" in [All]uxtheme
public extern static Int32 DrawThemeIcon(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, IntPtr himl, int iImageIndex);
Declare Function DrawThemeIcon Lib "uxtheme.dll" (TODO) As TODO
Public Shared Function DrawThemeIcon(ByVal hTheme As IntPtr, ByVal hdc As IntPtr, ByVal iPartId As Integer, ByVal iStateId As Integer, ByRef pRect As RECT, ByVal himl As IntPtr, _ |