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 值。

注解

如果 Font 不是 null,则忽略此属性。

默认值为 false

适用于