ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / ButtonsStyle Class / CheckBox Property

In This Topic
    CheckBox Property
    In This Topic
    Gets ClickableElementStyle containing display attributes that determine the general appearance of the CheckBox elements on the screen.
    Syntax
    'Declaration
     
    
    Public Property CheckBox As ClickableElementStyle
    public ClickableElementStyle CheckBox {get; set;}
    See Also