MessageBoxIconTypes Enumerator
Description
Defines the different icons that can be used in a message box.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
| Name | Value | Description |
| CriticalIconType | 4 | An icon indicating that a critical problem message is being displayed. |
| InformationIconType | 2 | An icon indicating that informational message is being displayed. |
| NoIconIconType | 0 | No icon is to be used. |
| QuestionIconType | 1 | An icon indicating that a question is being asked. |
| WarningIconType | 3 | An icon indicating that a warning message is being displayed. |
