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

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

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

    See Also