C#C
C#3y ago
Andrew

message box

The only available values are https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.messageboxbuttons?view=windowsdesktop-7.0

If you want something different, you either have to do some hackery or create your own form and just do a ShowDialog with it
Specifies constants defining which buttons to display on a MessageBox.
Was this page helpful?