Paradox Game Engine
v1.0.0 beta06
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
MessageBoxImage.cs
Go to the documentation of this file.
1
// Copyright (c) 2014 Silicon Studio Corp. (http://siliconstudio.co.jp)
2
// This file is distributed under GPL v3. See LICENSE.md for details.
3
namespace
SiliconStudio.Presentation.Services
4
{
5
// TODO: make these enum independent from their System.Windows equivalent
6
/// <summary>
7
/// An enum representing the image to display in a message box.
8
/// </summary>
9
public
enum
MessageBoxImage
10
{
11
/// <summary>
12
/// No image will be displayed in the message box.
13
/// </summary>
14
None = 0,
15
/// <summary>
16
/// An image representing an error will be displayed in the message box.
17
/// </summary>
18
Error = 16,
19
/// <summary>
20
/// An image representing a question will be displayed in the message box.
21
/// </summary>
22
Question
= 32,
23
/// <summary>
24
/// An image representing a warning will be displayed in the message box.
25
/// </summary>
26
Warning = 48,
27
/// <summary>
28
/// An image representing an information will be displayed in the message box.
29
/// </summary>
30
Information
= 64,
31
}
32
}
SiliconStudio.Presentation.Services.Question
An image representing a question will be displayed in the message box.
SiliconStudio.Presentation.Services.MessageBoxImage
MessageBoxImage
An enum representing the image to display in a message box.
Definition:
MessageBoxImage.cs:9
SiliconStudio.Presentation.Services.Information
An image representing an information will be displayed in the message box.
sources
common
presentation
SiliconStudio.Presentation
Services
MessageBoxImage.cs
Generated on Sat Dec 20 2014 21:51:18 for Paradox Game Engine by
1.8.7