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