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