Get MessageDialog Icon for a Custom Dialog Window

Is there any way to get the GraphicCaution icon to use in a custom dialog window. I realize I can make my own, but I would like it to be consistent across my app.

Thank you

Look at the Graphics class. It has a these methods: DrawNoteIcon, DrawStopIcon and DrawCautionIcon which you can use to draw those icons into a canvas for presenting them on your custom dialog window.

Thanks, but I was looking for a way to get the larger one that appears with the application icon placed as a small “badge” over the lower right part of the icon.