LineBox.HeaderFontBold Property
Gets or sets a value that indicates whether the header font style is bold.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
[BrowsableAttribute(true)]
public bool HeaderFontBold { get; set; }
public:
[BrowsableAttribute(true)]
property bool HeaderFontBold {
bool get();
void set(bool value);
}
<BrowsableAttribute(True)>
Public Property HeaderFontBold As Boolean
Property Value
Type: System.Boolean
A System.Boolean: true if the header font style is bold; otherwise, false.
See Also
LineBox Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top