IsThemeBackgroundPartiallyTransparent Function


This is preliminary documentation and is subject to change.

Retrieves whether the theme-specified background has transparent pieces or alpha-blended pieces.

Syntax

BOOL IsThemeBackgroundPartiallyTransparent(
    HTHEME hTheme, 
    int iPartId, 
    int iStateId
);

Parameters

hTheme
Handle to a window's specified theme data. Use OpenThemeData to create an HTHEME.
iPartId
Integer that specifies the part.
iStateId
Integer that specifies the state of the part.

Return Value

One of the following:

TRUEIf the theme specified background for a particular iPartId and iStateId has transparent pieces or alpha-blended pieces.
FALSEIf the theme specified background for a particular iPartId and iStateId does not have transparent pieces or alpha-blended pieces.

Function Information

Stock ImplementationUxTheme.dll
Custom ImplementationNo
HeaderThemeApi.h
Import libraryUxTheme.lib
Minimum operating systems Windows NT Whistler


© 2000 Microsoft Corporation. All rights reserved. Terms of use.