GetStatusFont Method Example
The following example retrieves the font properties for alarms with a LO status in the AlarmSummary object AlarmSummaryOCX1.
Dim sFontName As String
Dim bStrike As Boolean
Dim bUnderline As Boolean
Dim bBold As Boolean
Dim bItalic As Boolean
Dim iSize As Integer
sFontName = AlarmSummaryOCX1.GetStatusFont(3, bStrike, bUnderline, bBold, bItalic, iSize)