Skip to content

Commit 9db046f

Browse files
Nic HartleyThraka
authored andcommitted
Add images for MessageBoxIcons (#683)
* added images * cleaned up language * Revert "cleaned up language" This reverts commit 7f6bd2d. * Revert "added images" This reverts commit 9c47831. * add table to MessageBoxIcon.xml * Update to Win10 icons in PNGs
1 parent d63f79d commit 9db046f

18 files changed

+24
-11
lines changed

add/media/messagebox-asterisk.gif

-1.66 KB
Binary file not shown.

add/media/messagebox-asterisk.png

498 Bytes
Loading

add/media/messagebox-error.gif

-1.68 KB
Binary file not shown.

add/media/messagebox-error.png

564 Bytes
Loading

add/media/messagebox-exclamation.gif

-1.39 KB
Binary file not shown.

add/media/messagebox-exclamation.png

404 Bytes
Loading

add/media/messagebox-hand.gif

-1.68 KB
Binary file not shown.

add/media/messagebox-hand.png

564 Bytes
Loading

add/media/messagebox-information.gif

-1.66 KB
Binary file not shown.

add/media/messagebox-information.png

498 Bytes
Loading

add/media/messagebox-question.gif

-1.68 KB
Binary file not shown.

add/media/messagebox-question.png

965 Bytes
Loading

add/media/messagebox-stop.gif

-1.68 KB
Binary file not shown.

add/media/messagebox-stop.png

564 Bytes
Loading

add/media/messagebox-warning.gif

-1.39 KB
Binary file not shown.

add/media/messagebox-warning.png

404 Bytes
Loading

xml/System.Windows.Forms/MessageBoxIcon.xml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,20 @@ Private Sub Form1_FormClosing( _
8282
End If
8383
End Sub
8484
```
85-
85+
86+
This table shows the different icons:
87+
88+
|Icon|Name|
89+
|-|-|
90+
|![White X in red circle](~/add/media/messagebox-hand.png "White X in red circle")|Hand|
91+
|![White question mark in blue circle](~/add/media/messagebox-question.png "White question mark in blue circle")|Question|
92+
|![Black exclamation point in yellow triangle](~/add/media/messagebox-exclamation.png "Black exclamation point in yellow triangle")|Exclamation|
93+
|![White lowercase i in blue circle](~/add/media/messagebox-asterisk.png "White lowercase i in blue circle")|Asterisk|
94+
|![White X in red circle](~/add/media/messagebox-stop.png "White X in red circle")|Stop|
95+
|![White X in red circle](~/add/media/messagebox-error.png "White X in red circle")|Error|
96+
|![Black exclamation point in yellow triangle](~/add/media/messagebox-warning.png "Black exclamation point in yellow triangle")|Warning|
97+
|![White lowercase i in blue circle](~/add/media/messagebox-information.png "White lowercase i in blue circle")|Information|
98+
8699
]]></format>
87100
</remarks>
88101
</Docs>
@@ -286,4 +299,4 @@ End Sub
286299
</Docs>
287300
</Member>
288301
</Members>
289-
</Type>
302+
</Type>

xml/System.Windows/MessageBoxImage.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
2424
|||
2525
|-|-|
26-
|![Hand icon](~/add/media/messagebox-hand.gif "Hand icon")|Hand|
27-
|![Question icon](~/add/media/messagebox-question.gif "Question icon")|Question|
28-
|![Exclamation icon](~/add/media/messagebox-exclamation.gif "Exclamation icon")|Exclamation|
29-
|![Asterisk icon](~/add/media/messagebox-asterisk.gif "Asterisk icon")|Asterisk|
30-
|![Stop icon](~/add/media/messagebox-stop.gif "Stop icon")|Stop|
31-
|![Error icon](~/add/media/messagebox-error.gif "Error icon")|Error|
32-
|![Warning icon](~/add/media/messagebox-warning.gif "Warning icon")|Warning|
33-
|![Information icon](~/add/media/messagebox-information.gif "Information icon")|Information|
26+
|![Hand icon](~/add/media/messagebox-hand.png "Hand icon")|Hand|
27+
|![Question icon](~/add/media/messagebox-question.png "Question icon")|Question|
28+
|![Exclamation icon](~/add/media/messagebox-exclamation.png "Exclamation icon")|Exclamation|
29+
|![Asterisk icon](~/add/media/messagebox-asterisk.png "Asterisk icon")|Asterisk|
30+
|![Stop icon](~/add/media/messagebox-stop.png "Stop icon")|Stop|
31+
|![Error icon](~/add/media/messagebox-error.png "Error icon")|Error|
32+
|![Warning icon](~/add/media/messagebox-warning.png "Warning icon")|Warning|
33+
|![Information icon](~/add/media/messagebox-information.png "Information icon")|Information|
3434
3535
For a sample that demonstrates several options when using the <xref:System.Windows.MessageBox>, see [MessageBox Sample](http://go.microsoft.com/fwlink/?LinkID=160023).
3636
@@ -232,4 +232,4 @@
232232
</Docs>
233233
</Member>
234234
</Members>
235-
</Type>
235+
</Type>

0 commit comments

Comments
 (0)