Skip to main content

TdxDockControlCaptionButtons Class

A dock control’s collection of custom caption buttons.

Declaration

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

See Also