gpt4 book ai didi

c# - MessageBoxIcon.Exclamation 和 MessageBoxIcon.Warning 有什么区别?

转载 作者:可可西里 更新时间:2023-11-01 09:00:25 25 4
gpt4 key购买 nike

MessageBoxIcon.Exclamation 和 MessageBoxIcon.Warning 有什么区别?

最佳答案

没有区别,它们是同一个数字(48)的别名。

public enum MessageBoxIcon
{
None = 0,
Error = 16,
Hand = 16,
Stop = 16,
Question = 32,
Exclamation = 48,
Warning = 48,
Asterisk = 64,
Information = 64,
}

关于c# - MessageBoxIcon.Exclamation 和 MessageBoxIcon.Warning 有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11203468/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com