In This Topic
Returns a
IFont object that represents the font of the specified object.
Syntax
'Declaration
ReadOnly Property Font As IFont
'Usage
Dim instance As IDatabar
Dim value As IFont
value = instance.Font
Property Value
A
IFont object that represents the font.
See Also