Funktionreferenz


_WinAPI_IsThemeBackgroundPartiallyTransparent


Retrieves whether the background specified by the visual style has transparent pieces or alpha-blended pieces

#include <WinAPITheme.au3>
_WinAPI_IsThemeBackgroundPartiallyTransparent ( $hTheme, $iPartID, $iStateID )

Parameter

$hTheme Handle to a window's specified theme data.
$iPartID The part.
$iStateID The state of the part.

Rückgabewert

True: the theme-specified background has transparent pieces or alpha-blended pieces.
False: not specified in background.

Bemerkungen

None.

Siehe auch

Suche nach IsThemeBackgroundPartiallyTransparent in der MSDN Bibliothek.