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。