ExceptionMessageBox.Font Propiedad

Definición

Obtiene o establece la fuente usada en el cuadro de mensaje.

public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
public System.Drawing.Font Font { get; set; }
member this.Font : System.Drawing.Font with get, set
Public Property Font As Font

Valor de propiedad

Un objeto Font.

Comentarios

Cuando se establece una fuente, UseOwnerFont se establece en false.

El valor predeterminado es null.

Se aplica a