ExceptionMessageBox.CustomSymbol 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置自定义位图,作为异常消息框上的符号。
public:
property System::Drawing::Bitmap ^ CustomSymbol { System::Drawing::Bitmap ^ get(); void set(System::Drawing::Bitmap ^ value); };
public System.Drawing.Bitmap CustomSymbol { get; set; }
member this.CustomSymbol : System.Drawing.Bitmap with get, set
Public Property CustomSymbol As Bitmap
属性值
Bitmap 对象。
注解
当 CustomSymbol 不是 null时,指定的位图作为异常消息框符号被使用,并 Symbol 被忽略。
指定的位图分辨率假设为32x32像素。
默认值为 null。