ExceptionMessageBox.UseOwnerFont Property

Definition

Specifies whether to retrieve the font of the owner window and use it as the font for the exception message box.

public:
 property bool UseOwnerFont { bool get(); void set(bool value); };
public bool UseOwnerFont { get; set; }
member this.UseOwnerFont : bool with get, set
Public Property UseOwnerFont As Boolean

Property Value

A Boolean value.

Remarks

This property is ignored if Font is not null.

The default value is false.

Applies to