Back to Devexpress

TdxAlertWindowOptionsButtons Class

vcl-dxalertwindow-d2deff0b.md

latest1.5 KB
Original Source

TdxAlertWindowOptionsButtons Class

Contains custom button settings of an alert window.

Declaration

delphi
TdxAlertWindowOptionsButtons = class(
    TdxAlertWindowCustomOptions
)

Remarks

This class provides properties that allow you to do the following:

  • Manage custom buttons (Buttons);

  • Specify the button size (Height and Width);

  • Provide images for custom buttons (Images).

A TdxAlertWindowOptionsButtons object is referenced via the following option sets:

Inheritance

TObject TPersistent TcxOwnedPersistent TdxAlertWindowCustomOptions TdxAlertWindowOptionsButtons

See Also

TdxAlertWindowOptionsButtons Members

dxAlertWindow Unit