IsThemeBackgroundPartiallyTransparent function uxtheme

int IsThemeBackgroundPartiallyTransparent(
  1. int hTheme,
  2. int iPartId,
  3. int iStateId
)

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);