Window.EnableThemeDialogTexture Method (Typed) | |
Enables or disables the visual style of a dialog window's background.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableThemeDialogTexture(
dwStyle AS DWORD
) AS VOID
public virtual void EnableThemeDialogTexture(
uint dwStyle
)
Request Example
View SourceParameters
- dwStyle
- Type: DWord
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. |
Remarks
This method allows the enabling and disableing of background themes in WinXP and later.
See Also