GetThemeFont
[DllImport("uxtheme.dll", SetLastError = true)]
public static extern HRESULT GetThemeFont(
IntPtr hTheme,
HDC hdc,
int iPartId,
int iStateId,
int iPropId,
ref LOGFONT pFont
);Last updated
[DllImport("uxtheme.dll", SetLastError = true)]
public static extern HRESULT GetThemeFont(
IntPtr hTheme,
HDC hdc,
int iPartId,
int iStateId,
int iPropId,
ref LOGFONT pFont
);Last updated