OpenThemeData (uxtheme)
Last changed: Mick Doherty-213.107.224.5

.
Summary
Opens the theme data for a window and its associated class.

C# Signature:

[DllImport("uxtheme.dll", ExactSpelling=true, CharSet=CharSet.Unicode)]
public static extern IntPtr OpenThemeData(IntPtr hWnd, String classList);

VB .NET Signature:

Declare Function OpenThemeData Lib "uxtheme.dll" (hWnd As IntPtr, classList As String) As IntPtr

<DllImport("UxTheme.dll", CallingConvention:=CallingConvention.Cdecl, CharSet:=CharSet.Unicode)> _
Function OpenThemeData( ByVal hwnd As IntPtr, ByVal pszClassList As String) As IntPtr
End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

N/A

Documentation