RowTextFont 属性(AlarmSummary 对象)

设置或返回 Font 对象,其属性设置事件列表文字的字体。读/写。Font。
语法
object
.
RowTextFont
.
PropertyName
其中
object
- AlarmEventSummary 对象的名称。
PropertyName
- 属于 Font 对象的属性名称。
备注
Font 对象由 Font 属性返回,具有以下属性:
  • Bold(布尔型)
  • Charset(整型)
  • Italic(布尔型)
  • Name(字符串型)
  • Size(货币型)
  • Strikethough(布尔型)
  • Underline(布尔型)
  • Weight(整型)
示例
Dim oFont As StdFont
Set oFont = New StdFont
oFont.Bold = True
oFont.Size = 10
Set AlarmEventSummary1.RowTextFont = oFont
提供反馈
对本文档有问题或反馈吗? 请在这里提交您的反馈
Normal