Nevron.Interop.Win32 Namespace / NUxTheme Class / GetHTheme Method


GetHTheme Method
Syntax
'Declaration
 
Public Shared Function GetHTheme( _
   ByVal cls As WindowClass _
) As System.IntPtr
 
'Usage
 
Dim cls As WindowClass
Dim value As System.IntPtr
 
value = NUxTheme.GetHTheme(cls)

Parameters

cls
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also