ExceptionMessageBox.UseOwnerFont 属性
Specifies whether to retrieve the font of the owner window and use it as the font for the exception message box.
命名空间: Microsoft.SqlServer.MessageBox
程序集: Microsoft.ExceptionMessageBox(在 Microsoft.ExceptionMessageBox.dll 中)
语法
声明
Public Property UseOwnerFont As Boolean
Get
Set
用法
Dim instance As ExceptionMessageBox
Dim value As Boolean
value = instance.UseOwnerFont
instance.UseOwnerFont = value
public bool UseOwnerFont { get; set; }
public:
property bool UseOwnerFont {
bool get ();
void set (bool value);
}
member UseOwnerFont : bool with get, set
function get UseOwnerFont () : boolean
function set UseOwnerFont (value : boolean)
属性值
类型:System.Boolean
A Boolean value.
注释
This property is ignored if Font is not nullnull 引用(在 Visual Basic 中为 Nothing).
The default value is false.