enum sap.m.MessageBox.Icon

Control sample: sap.m.MessageBox.Icon
Visiblity: public
Available since: N/A
Module: sap/m/MessageBox
Application Component: CA-UI5-CTR

Enumeration of the pre-defined icons that can be used in a MessageBox.


Properties Overview

Node Description
sap.m.MessageBox.Icon.ERROR

Shows the error icon in the message box.

sap.m.MessageBox.Icon.INFORMATION

Shows the information icon in the message box.

sap.m.MessageBox.Icon.NONE

Shows no icon in the message box.

sap.m.MessageBox.Icon.QUESTION

Shows the question icon in the message box.

sap.m.MessageBox.Icon.SUCCESS

Shows the success icon in the message box.

sap.m.MessageBox.Icon.WARNING

Shows the warning icon in the message box.