Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SEditButtonElement Class / GetFont Method


In This Topic
    GetFont Method (SEditButtonElement)
    In This Topic
    Gets the default font used by the element, if the Font property is null.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetFont() As Font
    'Usage
     
    
    Dim instance As SEditButtonElement
    Dim value As Font
     
    value = instance.GetFont()
    public virtual Font GetFont()
    See Also