Skip to main content
A newer version of this page is available. .

TdxBarButtonControl Class

A button control on the toolbar.

Declaration

TdxBarButtonControl = class(
    TdxBarButtonLikeControl
)

Remarks

TdxBarButtonControl represents TdxBarButton items on screen. Use the item ButtonStyle property to determine the type of button to be displayed. To customize the look of TdxBarButtonControl, use the PaintStyle property of the TdxBarItemLink object that links the TdxBarButton item and the given item control.

See Also