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 값입니다.

설명

이 속성이 아닌 null경우 Font 무시됩니다.

기본값은 false입니다.

적용 대상