GetThemeInt
[DllImport("uxtheme.dll", SetLastError = true)]
public static extern HRESULT GetThemeInt(
IntPtr hTheme,
int iPartId,
int iStateId,
int iPropId,
out int piVal
);
Microsoft documentation: Link
Last updated
[DllImport("uxtheme.dll", SetLastError = true)]
public static extern HRESULT GetThemeInt(
IntPtr hTheme,
int iPartId,
int iStateId,
int iPropId,
out int piVal
);
Microsoft documentation: Link
Last updated