
MsgBoxStyle.Information = Bilgilendirme
MsgBoxStyle.Exclamation = Uyarı
MsgBoxStyle.Critical = Hata
MsgBoxStyle.AbortRetryIgnore = Yeniden dene, yoksay butonları görünür.
MsgBoxStyle.MsgBoxHelp = Yardım
MsgBoxStyle.MsgBoxRight = Mesaj kutunun sağında görünür.
MsgBoxStyle.OkCancel = Tamam, vazgeç butonları görünür.
MsgBoxStyle.Question = Soru
MsgBoxStyle.RetryCancel = Yeniden dene, iptal butonları görünür.
MsgBoxStyle.YesNo = Evet, hayır butonları görünür.
MsgBoxStyle.YesNoCancel = Evet, hayır, vazgeç butonları görünür.