TdxDockControlCaptionButton Class
A dock control’s custom caption button.
Declaration
TdxDockControlCaptionButton = class(
TCollectionItem
)
Remarks
This class provides members that allow you to do the following:
Specify the button’s visibility and accessibility (Visible and Enabled);
Specify the button image (ImageIndex);
Handle button clicks (OnClick).
TdxDockControlCaptionButton objects are stored in a TdxDockControlCaptionButtons collection, which is referenced by the CustomCaptionButtons.Buttons property of dock controls and objects that contain their default settings.
Inheritance
TObject
TPersistent
TCollectionItem
TdxDockControlCaptionButton
See Also