Gets a font that can be used in derived dialog boxes that require a bold font. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsFormViewControlBase
Dim value As Font

value = instance.BoldFont

Syntax

Visual Basic
Public ReadOnly Property BoldFont As Font
C#
public Font BoldFont { get; }
C++
public:
property Font^ BoldFont {
		Font^ get ();
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public Font get_BoldFont ()
JScript
DebuggerStepThroughAttribute 
public function get BoldFont () : Font

Property Value

System.Drawing.Font object that represents the bold font.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also