TdxAlertWindowMessage.ImageIndex Property
Specifies the index of the image displayed in an alert window message.
Declaration
property ImageIndex: TcxImageIndex read; write; default -1;
Property Value
Type | Description |
---|---|
TcxImageIndex | The index of the image in the image list assigned to an alert window’s OptionsMessage.Items property. If |
Remarks
You can pass the required image index as the Show procedure’s parameter.
The ImageIndex
property’s default value is -1
.
See Also