GetThemePartSize
[DllImport("uxtheme.dll", SetLastError = true)]
public static extern HRESULT GetThemePartSize(
IntPtr hTheme,
HDC hdc,
int iPartId,
int iStateId,
ref RECT prc,
int eSize,
out SIZE psz
);
Microsoft documentation: Link
Last updated