Spread Windows Forms 15.0
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
    public IntPtr hTheme {get;}
    See Also