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

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

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

    See Also