Desktop Functions: Smart Device Functions:
|
C# Signature:
[DllImport("uxtheme", ExactSpelling=true)] VB .NET Signature:
Public Declare Function GetWindowTheme Lib "uxtheme.dll" (ByVal hWnd As IntPtr) As IntPtr User-Defined Types:None. Notes:If a window has a visual style applied, the GetWindowTheme function returns the most recent theme handle from OpenThemeData. If no visual style is applied, GetWindowTheme returns NULL. Tips & Tricks:Please add some! Sample Code:Please add some! Alternative Managed API:None available. Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).
|
|