ExceptionMessageBox.CustomSymbol 属性

定义

获取或设置自定义位图,作为异常消息框上的符号。

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

适用于