IsThemeBackgroundPartiallyTransparent function uxtheme
Retrieves whether the background specified by the visual style has transparent pieces or alpha-blended pieces.
BOOL IsThemeBackgroundPartiallyTransparent(
HTHEME hTheme,
int iPartId,
int iStateId
);
Implementation
int IsThemeBackgroundPartiallyTransparent(
int hTheme, int iPartId, int iStateId) =>
_IsThemeBackgroundPartiallyTransparent(hTheme, iPartId, iStateId);