Sets the font for alarms with the specified status.
Syntax
object.SetStatusFont nStatusID, lpszFaceName, bStrikeout, bUnderline, bBold, bItalic
Properties
The SetStatusFont method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
nStatusID |
Integer. The status of the alarm. |
lpszFaceName |
String. The font name to be displayed. |
bStrikeout |
Boolean. Specifies the Strikeout option for the text. If True, the text appears with a line through it. |
bUnderline |
String. The name of the event. |
bBold |
Boolean. Specifies whether the text is bold or not. |
bItalic |
Boolean. Specifies whether the text is italic or not. |
Remarks
SetStatusFont is a Configuration environment method only.