Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor.UI Namespace / ExpressionEditorPanelTheme Class / ExpressionEditorPanelTheme Constructor
Prototype.

In This Topic
    ExpressionEditorPanelTheme Constructor
    In This Topic
    Initializes a new instance of the ExpressionEditorTheme object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal prototype As ExpressionEditorPanelTheme _
    )
    public ExpressionEditorPanelTheme( 
       ExpressionEditorPanelTheme prototype
    )

    Parameters

    prototype
    Prototype.
    See Also