14.60.6.MessageBox: Abort, Retry, Ignore buttons and Warning icon
Imports System.Windows.Forms
public class MessageBoxWithMessageAndTile public Shared Sub Main
MessageBox.Show("Message", "Title", MessageBoxButtons.AbortRetryIgnore, MessageBoxIcon.Warn
ing) End Sub End class