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

适用于