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

In This Topic
    ExpressionEditorPanelTheme Class
    In This Topic
    The ExpressionEditorPanelTheme class represents the theme for the C1ExpressionEditorPanel control which contains display attributes that determine the appearance of control.
    Syntax
    'Declaration
     
    
    Public Class ExpressionEditorPanelTheme 
       Inherits C1.Win.C1Themes.BaseTheme
    public class ExpressionEditorPanelTheme : C1.Win.C1Themes.BaseTheme 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Themes.StyledPropertyCollection
          C1.Win.C1Themes.BaseStyle
             C1.Win.C1Themes.BaseTheme
                C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme

    See Also