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。