Description
Font for foreign, non-key attributes. Although this property is read only, the user can modify the font by setting the properties in the ERSFont object which is returned to the caller.
Property Type
- Read-only property
Syntax
Public Property ForeignNonKeyFont() As ERSFont
Example
Dim MySubModel As SubModel Dim MyERSFont As ERSFont Set MyERSFont = MySubModel.ForeignNonKeyFont
See Also