DetailsPaneFont property (AlarmSummary object)

Sets or returns a Font object whose properties set the font for text in the Details pane. Read/write. Font.
Syntax
object
.
DetailsPaneFont
.
PropertyName
where
object
— the name of an AlarmEventSummary object.
PropertyName
— the name of a property belonging to the Font object.
Remarks
The Font object, returned by the Font property, has the following properties:
  • Bold (Boolean)
  • Charset (Integer)
  • Italic (Boolean)
  • Name (String)
  • Size (Currency)
  • Strikethough (Boolean)
  • Underline (Boolean)
  • Weight (Integer)
Example
Dim oFont As StdFont
Set oFont = New StdFont
oFont.Bold = True
oFont.Size = 10
Set AlarmEventSummary1.DetailsPaneFont = oFont
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal