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

In This Topic
    ImageButtonStyle Class
    In This Topic
    The ImageButtonStyle class contains display attributes that determine the appearance of ImageButton elements on the screen.
    Syntax
    'Declaration
     
    
    Public Class ImageButtonStyle 
       Inherits BaseImageButtonStyle
    public class ImageButtonStyle : BaseImageButtonStyle 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Themes.StyledPropertyCollection
          C1.Win.C1Themes.BaseStyle
             C1.Win.C1Themes.BaseC1FrameworkStyle
                C1.Win.ExpressionEditor.UI.BaseStyle
                   C1.Win.ExpressionEditor.UI.BaseItemStyle
                      C1.Win.ExpressionEditor.UI.BaseImageButtonStyle
                         C1.Win.ExpressionEditor.UI.ImageButtonStyle

    See Also