Свойство 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 nullпустая ссылка (Nothing в Visual Basic).