This topic has not yet been rated - Rate this topic

ExceptionMessageBox.CustomSymbol Property

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

Namespace:  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)

public Bitmap CustomSymbol { get; set; }

Property Value

Type: System.Drawing.Bitmap
A Bitmap object.

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ