FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / GetFont Method


In This Topic
GetFont Method (ElementContainerControl)
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 ElementContainerControl
Dim value As Font
 
value = instance.GetFont()
See Also