ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / ButtonElementStyle Class
Members

In This Topic
    ButtonElementStyle Class
    In This Topic
    ButtonElementStyle contains display attributes that determine the general appearance of the button element on the screen.
    Object Model
    ButtonElementStyle ClassStateElementStyle ClassStateElementStyle ClassStateElementStyle ClassStateElementStyle Class
    Syntax
    'Declaration
     
    
    Public Class ButtonElementStyle 
       Inherits ClickableElementStyle
    public class ButtonElementStyle : ClickableElementStyle 
    Inheritance Hierarchy

    System.Object
       C1.Win.Themes.StyledPropertyCollection
          C1.Win.Themes.BaseStyle
             C1.Win.Themes.BaseC1FrameworkStyle
                C1.Win.RulesManager.Styles.BaseElementStyle
                   C1.Win.RulesManager.Styles.ClickableElementStyle
                      C1.Win.RulesManager.Styles.ButtonElementStyle

    See Also