Window.EnableThemeDialogTexture Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableThemeDialogTexture(
Usual dwStyle = default
)
Request Example
View SourceParameters
- dwStyle (Optional)
- Type: Usual
The style to be set.
Style | Description |
---|
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:
UsualRemarks
This method allows the enabling and disableing of background themes in WinXP and later.
See Also