Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyleTheme Class / hTheme Property


In This Topic
hTheme Property
In This Topic
Gets the visual style (XP theme) handle obtained from uxtheme.dll.
Syntax
'Declaration
 
Public ReadOnly Property hTheme As IntPtr
 
'Usage
 
Dim instance As VisualStyleTheme
Dim value As IntPtr
 
value = instance.hTheme
See Also