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

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