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

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

    Parameters

    prototype
    Prototype.
    See Also