Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / CloseThemeData Method


In This Topic
    CloseThemeData Method
    In This Topic
    Internal use only. Closes theme data.
    Syntax
    'Declaration
     
    
    Public Shared Function CloseThemeData( _
       ByVal hTheme As IntPtr _
    ) As Integer
    'Usage
     
    
    Dim hTheme As IntPtr
    Dim value As Integer
     
    value = VisualStyle.CloseThemeData(hTheme)
    public static int CloseThemeData( 
       IntPtr hTheme
    )

    Parameters

    hTheme
    See Also