Enumerations | |
enum | ContextMenuShowCase { ContextMenuShowCase_Scene = 0, ContextMenuShowCase_Selection = 1 } |
An enumeration type for supported context menu show cases. More... | |
enum | ImageFormat { ImageFormat_Undefined = 0, ImageFormat_BMP = 1, ImageFormat_PNG = 2 } |
An enumeration type for the image data format. More... | |
enum | MessageIcon { MessageIcon_NoIcon = 0, MessageIcon_Info = 1, MessageIcon_Warning = 2, MessageIcon_Error = 3, MessageIcon_Question = 4 } |
An enumeration type for message box icons. More... | |
enum ContextMenuShowCase |
enum ImageFormat |
enum MessageIcon |
An enumeration type for message box icons.
A message box can optionally display an icon. Pass one of the following values to IUI::ShowMessageBox():