ExceptionMessageBox.Font 속성

Gets or sets the font used in the message box.

네임스페이스:  Microsoft.SqlServer.MessageBox
어셈블리:  Microsoft.ExceptionMessageBox(Microsoft.ExceptionMessageBox.dll)

구문

‘선언
Public Property Font As Font 
    Get 
    Set
‘사용 방법
Dim instance As ExceptionMessageBox 
Dim value As Font 

value = instance.Font

instance.Font = value
public Font Font { get; set; }
public:
property Font^ Font {
    Font^ get ();
    void set (Font^ value);
}
member Font : Font with get, set
function get Font () : Font 
function set Font (value : Font)

속성 값

유형: System.Drawing.Font
A Font object.

주의

When a font is set, UseOwnerFont is set to false.

The default value is nullnull 참조(Visual Basic에서는 Nothing).

참고 항목

참조

ExceptionMessageBox 클래스

Microsoft.SqlServer.MessageBox 네임스페이스