In This Topic
Gets the current font or the default font if no font is specified.
Syntax
'Declaration
Public Overridable Function GetFont() As Font
'Usage
Dim instance As FpCombo
Dim value As Font
value = instance.GetFont()
public virtual Font GetFont()
See Also