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

適用於