GetThemeMetric function uxtheme
Retrieves the value of a metric property.
HRESULT GetThemeMetric(
HTHEME hTheme,
HDC hdc,
int iPartId,
int iStateId,
int iPropId,
int *piVal
);
Implementation
int GetThemeMetric(
int hTheme,
int hdc,
int iPartId,
int iStateId,
int iPropId,
Pointer<Int32> piVal,
) => _GetThemeMetric(hTheme, hdc, iPartId, iStateId, iPropId, piVal);