ExceptionMessageBox.CustomSymbol Property

Definition

Gets or sets a custom bitmap to use as the symbol on the exception message box.

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

Property Value

A Bitmap object.

Remarks

When CustomSymbol is not null, the specified bitmap is used as the exception message box symbol and Symbol is ignored.

The specified bitmap is assumed to have a resolution of 32x32 pixels.

The default value is null.

Applies to