Back to Devexpress

TdxDockControlCaptionButtons Class

vcl-dxdockcontrol-4e4f22a5.md

latest1.2 KB
Original Source

TdxDockControlCaptionButtons Class

A dock control’s collection of custom caption buttons.

Declaration

delphi
TdxDockControlCaptionButtons = class(
    TOwnedCollection
)

Remarks

This class provides members that allow you to add new buttons to the collection and access individual buttons.

The TdxDockControlCaptionButtons object is referenced by the CustomCaptionButtons.Buttons property of dock controls and objects that contain their default settings.

Inheritance

TObject TPersistent TCollection TOwnedCollection TdxDockControlCaptionButtons

See Also

TdxDockControlCaptionButtons Members

dxDockControl Unit