TdxAlertWindowButtonKind Enum
In This Article
Enumerates alert window buttons.
#Declaration
Delphi
TdxAlertWindowButtonKind = (
awbkClose,
awbkPin,
awbkDropdown,
awbkPrevious,
awbkNext,
awbkCustom
);
#Members
Name |
---|
awbk
|
awbk
|
awbk
|
awbk
|
awbk
|
awbk
|
#Remarks
Values include:
Value | Description |
---|---|
awbk |
The Close caption button. |
awbk |
The Pin caption button. |
awbk |
The Dropdown caption button. |
awbk |
The Previous Message navigation panel button. |
awbk |
The Next Message navigation panel button. |
awbk |
A custom button. |
See Also