EnableThemeDialogTexture (uxtheme)
Last changed: -45.18.15.167

.
Summary
Enables or disables the visual style of the background of a dialog window.

C# Signature:

[DllImport("uxtheme", ExactSpelling=true)]
public extern static Int32 EnableThemeDialogTexture(IntPtr hWnd, EnableThemeDialogTextureFlags flags);

VB .NET Signature:

Declare Function EnableThemeDialogTexture Lib "uxtheme.dll" (hWnd As IntPtr, flags as EnableThemeDialogTexttureFlags) As Int32

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation