Returns the row font for alarms that have the specified status.
Syntax
object.GetStatusFont(nStatusID, lpbStrikeout, lpbUnderline, lpbBold, lpbItalic, lpnSize)
Properties
The GetStatusFont method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
nStatusID |
Integer. The ID corresponding to the alarm status.
|
lpbStrikeout |
Boolean. Returns whether the text appears with a strikeout through it. |
lpbUnderline |
Boolean. Returns whether the text is underlined. |
lpbBold |
Boolean. Returns whether the text is bold or not. |
lpbItalic |
Boolean. Returns whether the text is italic or not. |
lpnSize |
Integer. Returns the font size of the text. |
Return Value
String. The font name of the text for the specified status.