Condividi tramite


Proprietà ExceptionMessageBox.Font

Gets or sets the font used in the message box.

Spazio dei nomi  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)

Sintassi

'Dichiarazione
Public Property Font As Font 
    Get 
    Set
'Utilizzo
Dim instance As ExceptionMessageBox 
Dim value As Font 

value = instance.Font

instance.Font = value
public Font Font { get; set; }
public:
property Font^ Font {
    Font^ get ();
    void set (Font^ value);
}
member Font : Font with get, set
function get Font () : Font 
function set Font (value : Font)

Valore proprietà

Tipo: System.Drawing.Font
A Font object.

Osservazioni

When a font is set, UseOwnerFont is set to false.

The default value is nullriferimento Null (Nothing in Visual Basic)..

Vedere anche

Riferimento

ExceptionMessageBox Classe

Spazio dei nomi Microsoft.SqlServer.MessageBox