SmsFormViewControlBase.BoldFont Property
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
'Usage
Dim instance As SmsFormViewControlBase
Dim value As Font
value = instance.BoldFont
Syntax
'Declaration
Public ReadOnly Property BoldFont As Font
public Font BoldFont { get; }
public:
property Font^ BoldFont {
Font^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public Font get_BoldFont ()
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
Reference
SmsFormViewControlBase Class
SmsFormViewControlBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace