作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
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/
MessageBoxIcon.Exclamation 和 MessageBoxIcon.Warning 有什么区别? 最佳答案 没有区别,它们是同一个数字(48)的别名。 public enum Me
我想在显示消息框“问题类型”时播放声音。 这是我的代码: if (MessageBox.Show("Do you really want to delete this item?", "Confirm
如何获取各种 System.Windows.MessageBoxImage 和/或的 System.Drawing.ImageSystem.Windows.Forms.MessageBoxIcon(s
如何在 C# 2008 的 WindowsFormsApplication 中显示像 MessageBoxIcon.Stop 图像这样的窗体 最佳答案 您可以使用 SystemIcons 中的其中一个
我是一名优秀的程序员,十分优秀!