ExceptionMessageBox.UseOwnerFont プロパティ

定義

オーナー ウィンドウのフォントを取得して、それを例外メッセージ ボックスのフォントとして使用するかどうかを指定します。

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

プロパティ値

Boolean 値。

注釈

このプロパティは、Fontnull でない場合は無視されます。

既定値は false です。

適用対象