Click or drag to resize

Window.EnableThemeDialogTexture Method

X#
Enables or disables the visual style of a dialog window's background.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableThemeDialogTexture(
	dwStyle
) AS USUAL CLIPPER
Request Example View Source

Parameters

dwStyle (Optional)
Type: Usual
The style to be set.
StyleDescription
ETDT_ENABLE Enables dialog window background texturing. The texturing is defined by a visual style.
ETDT_ENABLETAB Enables dialog window background texturing. The texture is the Tab control texture defined by the visual style. This flag is equivalent to (ETDT_ENABLE | ETDT_USETABTEXTURE).
ETDT_DISABLE Disables background texturing.
ETDT_USETABTEXTURE Uses the Tab control texture for the background texture of a dialog window.

Return Value

Type: Usual
Remarks
This method allows the enabling and disableing of background themes in WinXP and later.
See Also