Back to Devexpress

TdxAlertWindowButtonKind Enum

vcl-cxlookandfeelpainters-250deb78.md

latest1.1 KB
Original Source

TdxAlertWindowButtonKind Enum

Enumerates alert window buttons.

Declaration

delphi
TdxAlertWindowButtonKind = (
    awbkClose,
    awbkPin,
    awbkDropdown,
    awbkPrevious,
    awbkNext,
    awbkCustom
);

Members

Name
awbkClose
awbkPin
awbkDropdown
awbkPrevious
awbkNext
awbkCustom

Remarks

Values include:

ValueDescription
awbkCloseThe Close caption button.
awbkPinThe Pin caption button.
awbkDropdownThe Dropdown caption button.
awbkPreviousThe Previous Message navigation panel button.
awbkNextThe Next Message navigation panel button.
awbkCustomA custom button.

See Also

TdxAlertWindowManager.OnCustomDrawButton

cxLookAndFeelPainters Unit