[This is preliminary documentation and is subject to change.]

Enumeration of built-in icons for MessageBox

Namespace:  Tools.WindowsT.IndependentT
Assembly:  Tools.Windows (in Tools.Windows.dll) Version: 1.5.2.0

Syntax

C#
public enum MessageBoxIcons
Visual Basic (Declaration)
Public Enumeration MessageBoxIcons
Visual C++
public enum class MessageBoxIcons
J#
public enum MessageBoxIcons
JScript
public enum MessageBoxIcons

Members

Member nameDescription
Asterisk
By default represented by a yellow bulb
Error
By default represented by white X in red circle
Exclamation
By default represented by black exclamation mark (!) in yellow triangle
Hand
By default represented by white hand in red circle
Information
By default represented by white lowercase i in blue circle
Question
By default represented by white question mark (?) in blue circle
Stop
By default represented by default represented by no-entry (one way) traffic sign
Warning
By default represented by black exclamation mark (!) in yellow circle
OK
By default represented by white check mark (✔) in green circle
SecurityError
By default represented by white X in red shield
SecurityInformation
By default represented by shield with for fields - red, green, blue and yellow
SecurityWarning
By default represented by black exclamation mark (!) in yellow shield
SecurityOK
By default represented by white check mark (✔) in green shield
SecurityQuestion
By default represented by black quastion mark (?) in yellow shield
None
Represents no icon

Remarks

The MessageBox API allows you to pass any Image as your own icon

See Also