GetThemeColor
[DllImport("uxtheme.dll", SetLastError = true)]
public static extern HRESULT GetThemeColor(
IntPtr hTheme,
int iPartId,
int iStateId,
int iPropId,
out COLORREF pColor
);Last updated
[DllImport("uxtheme.dll", SetLastError = true)]
public static extern HRESULT GetThemeColor(
IntPtr hTheme,
int iPartId,
int iStateId,
int iPropId,
out COLORREF pColor
);Last updated