IsThemeDialogTextureEnabled function (uxtheme.h)

Reports whether a specified dialog window supports background texturing.

Syntax

BOOL IsThemeDialogTextureEnabled(
  [in] HWND hwnd
);

Parameters

[in] hwnd

Type: HWND

HWND value that specifies a dialog window.

Return value

Type: BOOL

Returns one of the following values.

Return code Description
TRUE
Background texturing is supported on the dialog window specified by the hwnd parameter.
FALSE
Background texturing is not supported on the dialog window specified by the hwnd parameter.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header uxtheme.h
Library UxTheme.lib
DLL UxTheme.dll (version 1.0 or later)