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

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