Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyleTheme Class / VisualStyleTheme Constructor
Class list to find theme information


In This Topic
    VisualStyleTheme Constructor
    In This Topic
    Creates a new visual style (XP theme).
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal classList As String _
    )
    'Usage
     
    
    Dim classList As String
     
    Dim instance As New VisualStyleTheme(classList)
    public VisualStyleTheme( 
       string classList
    )

    Parameters

    classList
    Class list to find theme information
    See Also