TdxAlertWindowOptionsCaptionButtons Class
Contains caption button settings of an alert window.
Declaration
TdxAlertWindowOptionsCaptionButtons = class(
TdxAlertWindowCustomOptions
)
Remarks
This class provides properties that allow you to specify the visibility of caption buttons and associate the Dropdown button with a popup menu (a TdxBarPopupMenu, TdxRibbonPopupMenu, or TPopupMenu control).
A TdxAlertWindowOptionsCaptionButtons object is referenced via the following option sets:
An alert window manager’s OptionsCaptionButtons;
An alert window’s OptionsCaptionButtons.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxAlertWindowCustomOptions
TdxAlertWindowOptionsCaptionButtons
See Also