Skip to content

DefaultButtonStyle Property

Description

Specifies the default style that will be applied to controls added to the Ribbon.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property DefaultButtonStyle() As [XTPButtonStyle](XtremeCommandBars~Enumerations~XTPButtonStyle_EN.md)

Remarks

DefaultButtonStyle accepts a flag from the XTPButtonStyle enumeration that will specify the style that will be applied to all controls added to the Ribbon.

After a control is added, you can override this style by setting the style of the individual control.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.