Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / FontPriv Property


In This Topic
FontPriv Property (SuperEditBase)
In This Topic
Internal use only. Gets or sets the font.
Syntax
'Declaration
 
Protected Overrides Property FontPriv As Font
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Font
 
instance.FontPriv = value
 
value = instance.FontPriv
See Also